azadprajapat / opencv_awesome

Flutter Plugin to Access OpenCV SDK implementation in Flutter using Dart FFI
BSD 2-Clause "Simplified" License
3 stars 6 forks source link

What is the maximum photo it can stitch #1

Open salamay opened 2 years ago

salamay commented 2 years ago

What is the maximum photo it can stitch because I'm try to stitch more than 15 images but it stiched some part and it left the rest of the images

azadprajapat commented 2 years ago

Since opencv_awesome is based on the OpenCV implementation and for OpenCV as per my understanding there are no limits for the number of images but they should have 20-30% overlap. In your case the thing which is going wrong may be that like you have stitched around 10 images than at the boundary of this panorama some black region is generated due to the shrinking of the actual image due to stitching which is further unable to find a match and overlap with other remaining images. I would like you to refer to this answer for more information regarding OpenCV. Hope it helps. https://stackoverflow.com/questions/42859249/cannot-stitch-many-images-using-stitcher-class-in-opencv-c

On Fri, Jul 30, 2021 at 3:18 PM Ayotunde abdulsalam < @.***> wrote:

What is the maximum photo it can stitch because I'm try to stitch more than 15 images but it stiched some part and it left the rest of the images

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/azadprajapat/opencv_awesome/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM5EXUQR3ZQZTTOYZR25VXTT2JYPBANCNFSM5BIGBBFQ .