Finds object center, size, and orientation
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- probImage
- Type: OpenCvSharpCvArr
Back projection of object histogram (see cvCalcBackProject). - window
- Type: OpenCvSharpCvRect
Initial search window. - criteria
- Type: OpenCvSharpCvTermCriteria
Criteria applied to determine when the window search should be finished.
Return Value
Type: Int32The function returns number of iterations made within cvMeanShift.
See Also