Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 989 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 989 Bytes

differentiableImage

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 ...

Requirements :

  • cmake (version 3.16.3 tested)
  • ceres-solver (version 2.0.0, github, master, commit 8d3e64dd5e64b346ed3e412cba2b70d760881bfb tested)
  • opencv (version 4.2.0 tested)

Usage

  • 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}