a function that aligns two sets of points using global image transformation (similarity, affine, or perspective) and returns
In this problem, you will write a function that aligns two sets of points using global image transformation (similarity, affine, or perspective) and returns
Test your code on the 25 image pairs provided in the supplementary material. We have included functions (will check) evalAlignmentAll and displayAlignment to help with evaluation and display.
Run the ShapeAlignment.ipynb file
📦Shape-Alignment
┣ 📂Results
┃ ┣ 📜im1.png
┃ ┣ 📜im2.png
┃ ┗ 📜im3.png
┣ 📜.gitignore
┣ 📜LICENSE
┣ 📜README.md
┗ 📜Shape_Alignment.ipynb