Panorama stitching using opencv crashes for more than 2 images
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.
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.