Assertion in Stitching_detailed.cpp Timelapse range_width [closed]

asked 2015-05-25 11:05:06 -0600

LBerger gravatar image

updated 2015-08-23 03:23:17 -0600

Hi,

I try sampleopencv\samples\cpp\stitching_detailed.cpp with tow or three images. Whe I run program I have got an exception:

OpenCV Error: Assertion failed (timelapse) in main, file ......\samples\cpp\stitching_detailed.cpp, line 818

Now line 817 is

else if (!timelapser)

If I change in

else if (timelapser)

No exception and a beautiful result in result.jpg. Is it similar when you run this sample?

I think it was right but that's not.

My problem now is parameter range_width in --timelapse (as_is|crop) (range_width).

I think timelapse was something like that (it's only an example I have never used this software).

What's meaning of rang_width?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-17 16:52:38.463633

Comments

Could you supply a bug tracker on the issues page?

StevenPuttemans gravatar imageStevenPuttemans ( 2015-06-09 04:37:38 -0600 )edit
1
LBerger gravatar imageLBerger ( 2015-06-09 06:44:24 -0600 )edit

@LBerger great! I do think this is indeed a bug, so probably supplying a PR is a good way to go!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-06-10 04:13:56 -0600 )edit