This plug-in implements relaxed total variation (TV) and edge-preserving regularization for Yorick in 2-D, 3-D or 4-D.
To compile and install from the source directory:
yorick -batch make.i
make clean
make
make install
It is also possible to compile and install from another directory:
mkdir -p ${BUILD_DIR}
cd ${BUILD_DIR}
${SRC_DIR}/configure
make clean
make
make install
where ${BUILD_DIR}
is the building directory and $SRC_DIR}
is the source
directory. The configure
script has some options which can be displayed
with:
${SRC_DIR}/configure --help