mexopencv
3.4.1
MEX interface for OpenCV library
|
Files | |
file | mexopencv_videostab.hpp |
Common definitions for the videostab module. | |
file | calcBlurriness.cpp |
mex interface for cv::videostab::calcBlurriness | |
file | estimateGlobalMotionLeastSquares.cpp |
mex interface for cv::videostab::estimateGlobalMotionLeastSquares | |
file | estimateGlobalMotionRansac.cpp |
mex interface for cv::videostab::estimateGlobalMotionRansac | |
file | OnePassStabilizer_.cpp |
mex interface for cv::videostab::OnePassStabilizer | |
file | TwoPassStabilizer_.cpp |
mex interface for cv::videostab::TwoPassStabilizer | |
file | mexopencv_videostab.cpp |
Implementation of mexopencv_videostab. | |
Functions | |
ColorInpainter (int method=INPAINT_TELEA, double radius=2.) | |
T & | at (int idx, std::vector< T > &items) |
const T & | at (int idx, const std::vector< T > &items) |
float | calcBlurriness (const Mat &frame) |
void | calcFlowMask (const Mat &flowX, const Mat &flowY, const Mat &errors, float maxError, const Mat &mask0, const Mat &mask1, Mat &flowMask) |
void | completeFrameAccordingToFlow (const Mat &flowMask, const Mat &flowX, const Mat &flowY, const Mat &frame1, const Mat &mask1, float distThresh, Mat &frame0, Mat &mask0) |