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.