Click or drag to resize

Cv2MeanShift Method

Finds an object on a back projection image.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static int MeanShift(
	InputArray probImage,
	ref Rect window,
	TermCriteria criteria
)

Parameters

probImage
Type: OpenCvSharpInputArray
Back projection of the object histogram.
window
Type: OpenCvSharpRect
Initial search window.
criteria
Type: OpenCvSharpTermCriteria
Stop criteria for the iterative search algorithm.

Return Value

Type: Int32
Number of iterations CAMSHIFT took to converge.
See Also