- keywords: Block Matching
- keywords: Horn–Schunck, Lucas-Kanade
- keywords: stereo camera, image rectification, disparity map, point clouds
- Title: Improved Real-Time Pipeline for 3D Mesh Reconstruction from RGB-D Cameras
- external link: abstract, video
- References are listed at the bottom of this page.
- The pdf file
MyNotes.pdf
includes the material for preparing my midterm and final exams in the class of Advanced Computer Vision. These notes are provided for personal use only and may not be used for commercial purposes. If you notice any typos or have inquiries regarding the use of these notes, feel free to contact me. Thank you!
python3 image_matching.py
python3 optical_flow.py
python3 stereo_reconstruction.py
Result (Demonstration Video)
- All output files are saved in the
results
folder. - Some projects are modified from the class of Advanced Computer Vision at National Taiwan University.
[1] Lecture Notes from Chiou-Shann Fuh's class of Advanced Computer Vision (Spring 2023)
[2] optical flow from lmiz100's github
[3] stereo algorithm from sushlokshah's github
[4] stereo datasets