OpenCV Not stitching all Images

asked 2017-04-12 06:13:55 -0600

We are using the OpenCV library to stitch images taken on both Android and iOS. On some occasions we are passing 3 images to the openCV library and only getting 2 images back. it appears that its either the top or bottom image that is not returned as part of the stitched image.

I'm not a developer so pardon my ignorance

Thanks Mike

edit retag flag offensive close merge delete

Comments

First guess, one of the images does not have enough correspondences with the others to make a stitch possible. Make sure subsequent images have enough overlap and that it does not contain to much flat surfaces without texture.

StevenPuttemans gravatar imageStevenPuttemans ( 2017-04-14 07:45:01 -0600 )edit

If you are interested in more details, I would point you out to this question of mine: http://answers.opencv.org/question/15...

DaePa gravatar imageDaePa ( 2017-05-25 15:51:33 -0600 )edit