The project is for class CMSC426 Computer Vision.
Assignment Due Date: Mar 6, 2023
Assignment Score: 46 out of 50
The language used: Jupyter Notebook
Assignment Purpose: This assignment implemented the Affine Structure from Motion algorithm which continues the interest point detection and tracking problem from HW2. This assignment recovers a 3D point cloud from the image sequence hotel.seq0.png … hotel.seq50.png.
Some Processing Outcomes:
Functions implemented:
- Affine Structure from Motion
def affineSFM(x, y)