stitcher icon indicating copy to clipboard operation
stitcher copied to clipboard

OpenCV-based Python application for automatically stitching together a directory of images

Results 5 stitcher issues
Sort by recently updated
recently updated
newest added

'args' which is supposed to have the arguments passed from command line has been changed to sys.argv. The sys.argv returns a list of the arguments hence it is necessary to...

I just want to know, if the given src image has no keypoints then how to do? because i want to stitch some images which contains images without keypoints. That...

image_dir, key_frame, output_dir

fixed direct script usage

With very wide images, distortion seems to occur that stripes up the image. Still working on figuring out where the bug starts. Currently, I think it happens between when a...