This is An Implementation of efficient stitching of multiple sequential Image to get a complete stitched image.
To get most out of a stitcher we need to callibrate the images from the camera whoose images we would stitch. Use chessborad images as shown below to get the callibration parameters. Use the Notebook and the part 1 portion to get the callibration Parameters.
Use the part 2 cells in the notebook to get the final output The cells additionally contains 2 flags -
- crop: set this as True to get an cropped output of the final stitched image , cropping out all the 0 pixel images.
- merge: set this as True if you want the final imaage to have both the first frame and last frame as same.