Panorama stitching using opencv crashes for more than 2 images

asked 2014-05-08 02:25:26 -0600

rtank gravatar image

I am using opencv stitching module for panorama image generation. I used 480x640 images for stitching. The stitching is working when I input 2 images. But when I input more than 2 images the application crashing. It is giving "Access violation reading location 0x00000000000000008" error. It is breaking at "pChore->m_pFunction(pChore);" in Chores.cpp file.

Please let me know what could be the problem here.

edit retag flag offensive close merge delete

Comments

1

Basically if you don't add the code you are using and some example images, it will be quite impossible to reconstruct your problem and thus providing a solution to the problem. Please use the edit button to add information.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-05-08 02:51:32 -0600 )edit