OpenCV 4.10.0-dev
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. | |