Skip to content

Files

Latest commit

 

History

History
41 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.29 KB

ImageWarping

C++ Implementation of some image warping algorithms using control points.

Dependencies

  • Qt 5
  • OpenCV
  • CMake
  • Eigen

Build

Please change CMAKE_PREFIX_PATH and EIGEN_ROOT_DIR in CMakeLists.txt according to your environment.

mkdir build
cd build
cmake ..
make

Screenshots

Original Select control points Warped
Original Image Control points Warped Image

Todo

  • Implement Radial Basis Functions warping
  • Implement Inverse Distance Weighted warping
  • Add technical report

Reference

Detlef Ruprecht and Heinrich Müller. Image warping with scattered data interpolation. IEEE Computer Graphics and Applications, 1995.

Nur Arad and Daniel Reisfeld. Image Warping Using Few Anchor Points and Radial Functions. Computer Graphics Forum, 14(1): 35-46, 1995.