python binding for 3.0.0-dev

asked 2014-09-16 15:41:12 -0600

I tried compiling the latest dev version to use the video stabilization module (http://docs.opencv.org/trunk/modules/videostab/doc/videostab.html) from python. But, sadly I could not access the functions (estimateGlobalMotionRansac) as it was not exposed, I could only find few constant exposed.

I was curious as to: 1. is this a work in progress? 2. If not, how can I include the support myself.

Thanks

edit retag flag offensive close merge delete

Comments

  1. definitely ;(

  2. that seems a bit difficult. looks like it's definitely not a careless omission, but a problem with the params to that function (are the RansacParams wrapped at all ? also, there's no direct counterpart to float* and int* in python, 'rmse' and 'ninliers' seem to be hidden return values)

berak gravatar imageberak ( 2014-09-16 16:09:03 -0600 )edit