代码拉取完成,页面将自动刷新
Please download input video from here. Please make sure it is present in the directory from which the code is run.
The code requires OpenCV 3.x.
The code is tested on Python 3 only, but should work with Python 2 with minor modifications.
python3 video_stabilization.py
Compile using the following
g++ -O3 -std=c++11 `pkg-config --cflags --libs opencv` video_stabilization.py -o video_stabilization
Run using the following command
./video_stabilization
The code can also be compiled using cmake as follows:
mkdir build
cd build
cmake ..
cmake --build . --config Release
The executable file generated can be run using the following command
./video_stabilization
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。