OpenCV 4.10.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
shift.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for shift.hpp:
This graph shows which files directly or indirectly include this file:

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.