Stitcher with python

asked Jul 18 '13

fcalzada gravatar image

updated Jul 19 '13

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,

Preview: (hide)

Comments

are you building from src ?

berak gravatar imageberak (Jul 18 '13)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 (Jul 19 '13)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 (Jul 19 '13)edit

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

StevenPuttemans gravatar imageStevenPuttemans (Jul 19 '13)edit

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

berak gravatar imageberak (Jul 19 '13)edit

Keep trying :) Efforts should be stimulated :)

StevenPuttemans gravatar imageStevenPuttemans (Jul 19 '13)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 (Jul 19 '13)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 (Jul 19 '13)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 (Jul 19 '13)edit

ok guys, don't be made at me.

fcalzada gravatar imagefcalzada (Jul 21 '13)edit