Table of Contents

Method MeanShift

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

MeanShift(InputArray, ref Rect, TermCriteria)

Finds an object on a back projection image.

public static int MeanShift(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 iterative search algorithm.

Returns

int

Number of iterations CAMSHIFT took to converge.