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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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