Click or drag to resize

RLOFOpticalFlowParameterUseGlobalMotionPrior Property

http://www.emgu.com
Use global motion prior initialisation. It allows to be more accurate for long-range motion. The computational complexity is slightly increased by enabling the global motion prior initialisation.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public bool UseGlobalMotionPrior { get; set; }

Property Value

Type: Boolean
See Also