Ask Your Question
0

Image Stitching with OpenCV

asked 2013-01-29 08:41:06 -0600

NightLife gravatar image

hey guys, do you know that openCV can do the image stitching? if yes, does it have limitation to perform that?

Thanks

edit retag flag offensive close merge delete

Comments

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!

Jean-François Côté gravatar imageJean-François Côté ( 2013-01-30 10:19:40 -0600 )edit

2 answers

Sort by » oldest newest most voted
2

answered 2013-01-29 12:00:00 -0600

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.

edit flag offensive delete link more

Comments

thats great, thatns :)

NightLife gravatar imageNightLife ( 2013-01-30 00:01:47 -0600 )edit

One of the limitations of the stitching demos is that they assume a fixed camera that is rotating around its axis.

Duffycola gravatar imageDuffycola ( 2014-07-21 11:32:23 -0600 )edit

Well, this is a limitation of the perspective transformation (a mathematical problem), not the demo itself...

JohannesZ gravatar imageJohannesZ ( 2015-01-29 06:01:49 -0600 )edit
1

answered 2013-01-29 08:55:43 -0600

Jean-François Côté gravatar image

It sure can! If fact, it's one of the basic function from openCV. Check the documentation here

edit flag offensive delete link more

Comments

Wow, thanks :)

NightLife gravatar imageNightLife ( 2013-01-30 00:01:23 -0600 )edit

Question Tools

Stats

Asked: 2013-01-29 08:41:06 -0600

Seen: 1,414 times

Last updated: Jan 29 '13