简体   繁体   English

Opencv Python VIDEOSTAB类

[英]Opencv Python VIDEOSTAB class

I need to implement a stabilization functionality to my opencv project. 我需要为我的opencv项目实现稳定功能。 There is a videostab class, but it is only described for c++ ( http://docs.opencv.org/trunk/d5/d50/group__videostab.html ). 有一个videostab类,但它仅针对c ++( http://docs.opencv.org/trunk/d5/d50/group__videostab.html )进行了描述。 Does anyone know how to use it in Python? 有谁知道如何在Python中使用它? I am going to stabilize live video feed by the way. 顺便提一下,我要稳定直播视频。

There are no Python bindings yet. 还没有Python绑定。 You cannot use the class in Python at the moment. 目前你不能在Python中使用该类。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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