TrackerMedianFlowParams Structure |
[Missing <summary> documentation for "T:OpenCvSharp.Tracking.TrackerMedianFlow.Params"]
Namespace: OpenCvSharp.Tracking
The TrackerMedianFlowParams type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
MaxLevel |
maximal pyramid level number for Lucas-Kanade optical flow
| |
MaxMedianLengthOfDisplacementDifference |
criterion for loosing the tracked object
| |
PointsInGrid |
square root of number of keypoints used; increase it to trade accurateness for speed
| |
TermCriteria |
termination criteria for Lucas-Kanade optical flow
| |
WinSize |
window size parameter for Lucas-Kanade optical flow
| |
WinSizeNCC |
window size around a point for normalized cross-correlation check
|