this packet codes are about primal dual algorithms for image processing such as image denoising based on ROF model and TV-L1 and Huber ROF, image restoration like deconvolution, image zooming, image inpainting,optical flow for motion estimation and
原始对偶cpp
原始对偶近似算法C ++代码
强调
直接从移植
适用于C ++ 20/17/14。
支持多级双向分区和K向分区
特殊手柄两针网(和三针网)。
安装和运行
要在gitpod.io中运行:
./envconfig.sh # first time when gitpod image is built
与忍者建立:
mkdir build && cd build
cmake -GNinja ..
ninja all
要运行CTest:
ninja test