Stitcher with python

asked 2013-07-18 13:05:20 -0600

fcalzada gravatar image

updated 2013-07-19 09:42:57 -0600

Hi,

I would like to use the opencv Stitcher with python, but it looks like Stitcher is not available in the python (> 2.4.1) Is it correct? If yes, when do you think it will be available? Thanks,

edit retag flag offensive close merge delete

Comments

are you building from src ?

berak gravatar imageberak ( 2013-07-18 13:39:36 -0600 )edit

Are you sure that it isn't really there in the master branch? Documentation has many new stuff undocumented ! Probably new Python bindings will be complete at the OpenCV 3.0 release.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-19 06:18:03 -0600 )edit
1

no, it isn't in 2.4.9. i checked my generated wrappers.

currently investigating, if just adding the stitcher ( and warping ) headers here will solve it. that would be an easy fix !

berak gravatar imageberak ( 2013-07-19 06:24:32 -0600 )edit

What you could do is submit is as a pull request and see how OpenCV dev team reacts to it :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-19 06:59:19 -0600 )edit

that's the actual plan.. unfortunately, not as easy as i thought.

berak gravatar imageberak ( 2013-07-19 07:07:05 -0600 )edit

Keep trying :) Efforts should be stimulated :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-19 07:51:52 -0600 )edit

They should at least provide the gap between the C++ and the python API. It very confusing, and there is no way to know exactally what we have in python. I hope they will improve it

fcalzada gravatar imagefcalzada ( 2013-07-19 09:41:51 -0600 )edit
1

how old is the stitcher stuff, actually ? few months, i'd say. and they're just a handful of ppl doing that in their spare time.

OSS is a bit like a mirror - you point your finger at it, and pretty soon find out, that the finger is pointing at yourself ;)

get involved !

berak gravatar imageberak ( 2013-07-19 10:23:31 -0600 )edit

@fcalzada remember that this is mainly an open source project with people adding code and functionality in their spare time. If you want to get more out of everything, sign up and start programming pull requests!

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-19 12:50:51 -0600 )edit

ok guys, don't be made at me.

fcalzada gravatar imagefcalzada ( 2013-07-21 14:13:38 -0600 )edit