Table of Contents

Method CamShift

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CamShift(InputArray, ref Rect, TermCriteria)

Finds an object center, size, and orientation.

public static RotatedRect CamShift(InputArray probImage, ref Rect window, TermCriteria criteria)

Parameters

probImage InputArray

Back projection of the object histogram.

window Rect

Initial search window.

criteria TermCriteria

Stop criteria for the underlying MeanShift() .

Returns

RotatedRect