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
Syntaxpublic bool UseGlobalMotionPrior { get; set; }
Public Property UseGlobalMotionPrior As Boolean
Get
Set
public:
property bool UseGlobalMotionPrior {
bool get ();
void set (bool value);
}
member UseGlobalMotionPrior : bool with get, set
Property Value
Type:
Boolean
See Also