Ask Your Question
0

stitcher_detailed sample is not working

asked 2015-06-08 16:42:07 -0600

feroze gravatar image

hi!

I built opencv3.0 from source on my ubuntu trusty machine. I also built the samples. I made sure to install the opencv_contrib package as well.

I am trying to run the stitcher_detailed sample from the samples directory, but it just doesnt seem to work with default parameters.

$ ./a.out ../IMG_8563_thumb.jpg ../IMG_8564_thumb.jpg OpenCV Error: Assertion failed (timelapse) in main, file stitching_detailed.cpp, line 818 terminate called after throwing an instance of 'cv::Exception' what(): stitching_detailed.cpp:818: error: (-215) timelapse in function main

Aborted (core dumped)

If I pass in a parameter for timelapse, it runs to completion but does not generate any file.

$ ./a.out ../IMG_0225_thumb.jpg ../IMG_0227_thumb.jpg --preview --timelapse crop 100

Any idea what I am doing wrong?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-06-09 01:09:33 -0600

LBerger gravatar image
edit flag offensive delete link more

Comments

Thank you. Fixing the code as per the linked post solved the problem for me.

feroze gravatar imageferoze ( 2015-06-10 13:00:15 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-06-08 16:38:01 -0600

Seen: 190 times

Last updated: Jun 09 '15