Ask Your Question

Jason Tu's profile - activity

2019-04-18 06:05:34 -0600 received badge  Student (source)
2014-04-01 11:18:34 -0600 received badge  Taxonomist
2012-07-18 02:25:58 -0600 received badge  Notable Question (source)
2012-07-13 14:45:34 -0600 received badge  Popular Question (source)
2012-07-13 14:22:10 -0600 commented question Using OpenCV's stitching module, strange error when compositing images

Hey Kirill, thanks for the reply! Each file is about 6MB, I'm assuming imgur would be appropriate?

2012-07-11 16:55:31 -0600 asked a question Using OpenCV's stitching module, strange error when compositing images

I'm using OpenCV's stitching module to stitch together a hundred or so 4288x2848 images. I'm stitching a few images a time; I plan on stitching these smaller stitches into one final panorama.

The stitching module works perfectly most of the time. However, I get an exception when I accidentally include duplicates, or images that have no features in common. No big deal, that's my fault. But sometimes, after the stitching module begins to composite the images onto a panorama, I get this error in the command line:

OpenCV Error: Assertion failed (y == 0 || data && dims >= 1 && (unsigned)y < (unsigned)size.p[0])) in unknown function, file C:\slave\WinInstallerMegaPack\src\opencv\modules\core\include\opencv2/core/mat.h\ pp, line 425

This boggles my mind. Does it have something to do with memory? I don't know. Any help would be appreciated.