You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the new README after modifying the 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.
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.
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
About
數圖大作業: A repository for presenting the functionalty of the python 'stitching' package