视频稳定模块包含一组可用于解决视频稳定问题的函数和类。其中实现了一些方法,大多数在论文 [190] 和 [115] 中有所描述。然而,与原始论文方法相比,存在一些扩展和偏差。
参考文献
- "全帧视频稳定与运动修复" Yasuyuki Matsushita, Eyal Ofek, Weina Ge, Xiaoou Tang, 高级会员, and Heung-Yeung Shum
- "具有鲁棒L1最优摄像机路径的自动定向视频稳定" Matthias Grundmann, Vivek Kwatra, Irfan Essa
|
| | cv::videostab::ColorInpainter::ColorInpainter (int method=INPAINT_TELEA, double radius=2.) |
| |
| template<typename T > |
| const T & | cv::videostab::at (int idx, const std::vector< T > &items) |
| |
| template<typename T > |
| T & | cv::videostab::at (int idx, std::vector< T > &items) |
| |
| float | cv::videostab::calcBlurriness (const Mat &frame) |
| |
| void | cv::videostab::calcFlowMask (const Mat &flowX, const Mat &flowY, const Mat &errors, float maxError, const Mat &mask0, const Mat &mask1, Mat &flowMask) |
| |
| void | cv::videostab::completeFrameAccordingToFlow (const Mat &flowMask, const Mat &flowX, const Mat &flowY, const Mat &frame1, const Mat &mask1, float distThresh, Mat &frame0, Mat &mask0) |
| |
◆ ColorInpainter()
| cv::videostab::ColorInpainter |
( |
int | method = INPAINT_TELEA, |
|
|
double | radius = 2. ) |
|
inline |
◆ at() [1/2]
template<typename T >
| const T & cv::videostab::at |
( |
int | idx, |
|
|
const std::vector< T > & | items ) |
|
inline |
◆ at() [2/2]
template<typename T >
| T & cv::videostab::at |
( |
int | idx, |
|
|
std::vector< T > & | items ) |
|
inline |
◆ calcBlurriness()
| float cv::videostab::calcBlurriness |
( |
const Mat & | frame | ) |
|
◆ calcFlowMask()
| void cv::videostab::calcFlowMask |
( |
const Mat & | flowX, |
|
|
const Mat & | flowY, |
|
|
const Mat & | errors, |
|
|
float | maxError, |
|
|
const Mat & | mask0, |
|
|
const Mat & | mask1, |
|
|
Mat & | flowMask ) |
◆ completeFrameAccordingToFlow()
| void cv::videostab::completeFrameAccordingToFlow |
( |
const Mat & | flowMask, |
|
|
const Mat & | flowX, |
|
|
const Mat & | flowY, |
|
|
const Mat & | frame1, |
|
|
const Mat & | mask1, |
|
|
float | distThresh, |
|
|
Mat & | frame0, |
|
|
Mat & | mask0 ) |