Click or drag to resize

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
Syntax
public int MaxLevel { get; set; }

Property Value

Type: Int32
See Also