Implementation of 2D Grid Deformation and Free-Form Deformation (FFD) algorithms with python
Implementation of 2D Grid Deformation and Free-Form Deformation techniques with python
Algorithms used for warping/deforming objects.
2D grid deformation
Create a lattice around a 2D model. Displace the lattice vertices and calculate the new position of each vertex from the model using bilinear interpolation.
Free-form deformation
Create a lattice around a 3D model. Displace the lattice vertices and calculate the new position of each vertex from the model using Bezier volumes.
git clone https://github.com/hboyadzhieva/deforming-techniques.git
pip install -r requirements.txt
python main.py