- Teaching Slides
- Paper: Image Deformation Using Moving Least Squares
- Paper: Image Warping by Radial Basis Functions
- OpenCV Geometric Transformations
- Gradio: 一个好用的网页端交互GUI
Fill the Missing Part of 'run_global_transform.py'.
Implement MLS or RBF based image deformation in the Missing Part of 'run_point_transform.py'.
This repository is Yudong Guo's implementation of Assignment_01 of DIP.
To install requirements:
python -m pip install -r requirements.txt
To run basic transformation, run:
python run_global_transform.py
To run point guided transformation, run:
python run_point_transform.py
📋 Thanks for the algorithms proposed by Image Deformation Using Moving Least Squares.