Click or drag to resize

Cv2CamShift Method

Finds an object center, size, and orientation.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static RotatedRect CamShift(
	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 underlying MeanShift() .

Return Value

Type: RotatedRect

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.CamShift(OpenCvSharp.InputArray,OpenCvSharp.Rect@,OpenCvSharp.TermCriteria)"]

See Also