简体   繁体   中英

Opencv Python VIDEOSTAB class

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM