Opencv Python VIDEOSTAB class

1.6k Views Asked by At

I need to implement a stabilization functionality to my opencv project. There is a videostab class, but it is only described for c++ (http://docs.opencv.org/trunk/d5/d50/group__videostab.html). Does anyone know how to use it in Python? I am going to stabilize live video feed by the way.

1

There are 1 best solutions below

6
Michał Leon On

There are no Python bindings yet. You cannot use the class in Python at the moment.