RLOFOpticalFlowParameterSmallWinSize Property |
http://www.emgu.com
Minimal window size of the support region. This parameter is only used if supportRegionType is Cross
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic int SmallWinSize { get; set; }
Public Property SmallWinSize As Integer
Get
Set
public:
property int SmallWinSize {
int get ();
void set (int value);
}
member SmallWinSize : int with get, set
Property Value
Type:
Int32
See Also