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?