Introduction - If you have any usage issues, please Google them yourself
Image distortion
Goal: to write an image distortion program, the image may be distorted. ?
(1) distorted way:
Do:
Twirl/spherical mirror deformation (check one)
B-spline mesh deformation
OPTIONAL: TPS morphing
(2) Comparison of interpolation methods
Nearest neighbor interpolation
Bilinear interpolation (bilinear)
Bicubic interpolation (bicubic)
Job requirements:
Submit source code, executable code, and test report (include: selection and design deformation function using interpolation method introduction and analysis, block diagram, the experimental results and analysis, etc.).