RLOFOpticalFlowParameterLargeWinSize Property |
http://www.emgu.com
Maximal window size of the support region. If supportRegionType is Fixed this gives the exact support region size. The speed of the RLOF is related to the applied win sizes. The smaller the window size the lower is the runtime, but the more sensitive to noise is the method.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int LargeWinSize { get; set; }
Public Property LargeWinSize As Integer
Get
Set
public:
property int LargeWinSize {
int get ();
void set (int value);
}
member LargeWinSize : int with get, set
Property Value
Type:
Int32
See Also