Searched refs:estimateOptimalTrimRatio (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/videostab/include/opencv2/videostab/
H A Dmotion_stabilizing.hpp167 CV_EXPORTS float estimateOptimalTrimRatio(const Mat &M, Size size);
/external/opencv3/modules/videostab/src/
H A Dstabilizer.cpp447 trimRatio_ = std::max(trimRatio_, estimateOptimalTrimRatio(S, frameSize_));
H A Dmotion_stabilizing.cpp674 float estimateOptimalTrimRatio(const Mat &M, Size size) function in namespace:cv::videostab

Completed in 92 milliseconds