-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to stitch the images in ImagesForTest /8 #14
Comments
Can't stitch images, error code = 1 |
It looks like how to find CircleParameter is the key that can stich those images. |
To stitch the images in ImagesForTest /9, if I use the orginal size, the width stitched image = 35708 which is more than SHRT_MAX=2^(31)=32768, that fails: opencv 4.9.0 file - modules/imgproc/src/imwarp line 1744 Later if I resize the images in ImagesForTest /9 to 80% of original size, I got the same error "Can't stitch images, error code = 1" I can stitch the images in ImagesForTest /1, which are smaller. |
Later if I resize the images in ImagesForTest /9 to 50% of original size, it works. But the results is not looking right ... |
Use these pamameters to stitch the images in ImagesForTest /9 |
Hi,
-Scott
The text was updated successfully, but these errors were encountered: