Computes the cubic interpolation reconstruction of an subsampled image function of the Gaussian blur variance of the original image
Author: Guillaume Caron
Dates: from February 2023 to ...
- cmake (version 3.16.3 tested)
- ceres-solver (version 2.0.0, github, master, commit 8d3e64dd5e64b346ed3e412cba2b70d760881bfb tested)
- opencv (version 4.2.0 tested)
-
To compile use:
mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release make sudo make install
-
Use as library or run the program from the command line in the build directory:
./DifferentiableImageStandalone -desired {path_des} -current {path_cur} {[optinals]-desiredDual {path_des_dual} -currentDual {path_cur_dual} -mask {path_mask} -display=0}