python binding for 3.0.0-dev
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
definitely ;(
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)