Image Stitching with OpenCV
hey guys, do you know that openCV can do the image stitching? if yes, does it have limitation to perform that?
Thanks
There are two C++ samples stitching.cpp and stitching_detailed.cpp. First app demonstrates base functionality of OpenCV Stitching module. The second one is advanced sample with a lot of different options. I think the first app is good starting point for stitching investigation.
It sure can! If fact, it's one of the basic function from openCV. Check the documentation here
Asked: 2013-01-29 08:41:06 -0600
Seen: 1,473 times
Last updated: Jan 29 '13
Please mark the answer that you think help you the most as the answer by checking the checkbox on the left of that answer. Thanks!