简体   繁体   English

图像稳定库Objective-C / C / C ++?

[英]Image stabilization library Objective-C / C / C++?

is there a decent image stabilization library (something around optical flow) out there that can give me a 3 dimensional transformation matrix to stabilize with? 是否有一个像样的图像稳定库(光流周围的东西)那里可以给我一个三维变换矩阵来稳定?

I just want to stabilize a 10 frame sequence. 我只想稳定10帧序列。 A library with an Objective-C wrapper would be the best, but something deeper (C, C++) is more than okay. 具有Objective-C包装器的库将是最好的,但更深层次的东西(C,C ++)是可以的。

Thanks in advance. 提前致谢。

OpenCV has a method for calculating Optical Flow... cvCalcOpticalFlowBM OpenCV有一种计算光流... cvCalcOpticalFlowBM的方法

Otherwise the following C++ code for MatLab might give you a start... 否则,MatLab的以下C ++代码可能会给你一个开始......

Optical Flow in MatLab MatLab中的光流

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

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