RLOFOpticalFlowParameterMaxLevel Property |
http://www.emgu.com
Maximal number of pyramid level used. The large this value is the more likely it is to obtain accurate solutions for long-range motions. The runtime is linear related to this parameter
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int MaxLevel { get; set; }
Public Property MaxLevel As Integer
Get
Set
public:
property int MaxLevel {
int get ();
void set (int value);
}
member MaxLevel : int with get, set
Property Value
Type:
Int32
See Also