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
probImageInputArrayBack projection of the object histogram.
windowRectInitial search window.
criteriaTermCriteriaStop criteria for the underlying MeanShift() .