Skip to content

Lannyyeh/stitching_tutorial

 
 

Repository files navigation

Digital Image Process Final Project

My Revision

  • The images I need to stitch are actually videos of an office took from 4 cameras with different aspects, and I need to stitch these four videos into one. Since the 4 cameras are static, in my opinion, I only have to grab out their first frames, stitch them, then extract the stitching information, and apply to all the video. See the videos here: lab1, lab2,lab3 and lab4. And the images of their first frame are shown below. All first frames
  • For original tutorial and instructions, see this markdown file and this jupyter notebook
  • The new jupyter notebook file for my case is here. I just copy the original procedure, change the images and parameters. For the images I need to stitch, the feature detector 'orb' doesn't work, so I have to change it to 'brisk'.
  • Since I don't need the process after 'Blending' block, I didn't run it or check it, also maybe remove the resources it needs accidentally.
  • The final code is here

More Details

  • There are some other codes in the folderpreprocessing. The most important one is the undistort function, mainly for the most left camera fixing. That image after undistortion is image1

About

數圖大作業: A repository for presenting the functionalty of the python 'stitching' package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%