Deformating image using nearest/bilinear/cubic interpolations
- Loads and displays an image I.
- Allows the user to select the radius of influence, Re.
- Provides a mechanism to select an initial point, Pi , and the application shows the circle of influence around the selected point.
- When the user selects a target point, the program deform and display the resulting image. The deformation is computed from the source point to the target point .
- Supports image quality (interpolation) at three levels: nearest neighbor, bilinear interpolation, or cubic
- The influence circles of the two selected points intersect.
- Used OpenCV for the interpolations