Real-Time-Video-Stabilization-master

所属分类:图形图像处理
开发工具:C/C++
文件大小:4KB
下载次数:13
上传日期:2018-12-09 19:23:18
上 传 者巴拉巴拉1122
说明:  实现实时视频稳像技术,通过运动估计,运动滤波及运动补偿完成稳像。
(Real time video stabilization.)

文件列表:
LICENSE (1073, 2018-10-11)
main.cpp (1391, 2018-10-11)
videostab.cpp (5788, 2018-10-11)
videostab.h (1339, 2018-10-11)

# Real-Time-Video-Stabilization This is a basic implementation of a real time video stabilization algorithm based on my paper:
http://www.sciencedirect.com/science/article/pii/S1877050916314624 ### Prerequisites The code requires the following 3rd Party Libraries - opencv-2.4.9 - g++-5.4.1 ### How to Run - Clone the repository and compile using `g++` and `opencv`. - Change the parameters of Kalman Filter in `videostab.cpp`. (optional) - Give the path of your input file or webcam in `main.cpp`. - Run the program using these dependencies: -lopencv_core -lopencv_calib3d -lopencv_imgcodecs -lopencv_highgui -lopencv_imgproc -lopencv_stitching -lopencv_videoio -lopencv_video -lopencv_xfeatures2d

近期下载者

相关文件


收藏者