![]() |
OpenCV
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
namespace | cv |
namespace | cv::fastcv |
Functions | |
int | cv::fastcv::meanShift (InputArray src, Rect &rect, TermCriteria termCrit) |
Applies the meanshift procedure and obtains the final converged position. This function applies the meanshift procedure to an original image (usually a probability image) and obtains the final converged position. The converged position search will stop either it has reached the required accuracy or the maximum number of iterations. Moments used in the algorithm are calculated in floating point. This function isn't bit-exact with cv::meanShift but provides improved latency on Snapdragon processors. | |