-
- Downloads
Add files via upload
Video Stitching and Processing Overview In this project, you will experiment with interest points, image projection, and videos. You will manipulate videos by applying several transformations frame by frame. In doing so, you will explore correspondence using interest points, robust matching with RANSAC, homography, and background subtraction. You will also apply these techniques to videos by projecting and manipulating individual frames. You can also investigate cylindrical and spherical projection and other extensions of photo stitching and homography as bells and whistles. Stitch two key frames Panorama using five key frames Map the video to the reference plane Create background panorama Create background movie Create foreground movie
Showing
- mp5/Project_5_starter.ipynb 14324 additions, 0 deletionsmp5/Project_5_starter.ipynb
- mp5/__pycache__/utils.cpython-312.pyc 0 additions, 0 deletionsmp5/__pycache__/utils.cpython-312.pyc
- mp5/requirements.txt 4 additions, 0 deletionsmp5/requirements.txt
- mp5/utils.py 144 additions, 0 deletionsmp5/utils.py
mp5/Project_5_starter.ipynb
0 → 100644
This diff is collapsed.
mp5/__pycache__/utils.cpython-312.pyc
0 → 100644
File added
mp5/requirements.txt
0 → 100644
mp5/utils.py
0 → 100644
Please register or sign in to comment