CvCamShift Method (CvArr, CvRect, CvTermCriteria) OpenCvSharp Class Library
Finds object center, size, and orientation

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int CamShift(
	CvArr probImage,
	CvRect window,
	CvTermCriteria criteria
)

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: Int32
The function returns number of iterations made within cvMeanShift.
See Also

Reference