RLOFOpticalFlowParameterGlobalMotionRansacThreshold Property |
http://www.emgu.com
To apply the global motion prior motion vectors will be computed on a regularly sampled which are the basis for Homography estimation using RANSAC. The reprojection threshold is based on n-th percentil (given by this value [0 ... 100]) of the motion vectors magnitude.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic float GlobalMotionRansacThreshold { get; set; }
Public Property GlobalMotionRansacThreshold As Single
Get
Set
public:
property float GlobalMotionRansacThreshold {
float get ();
void set (float value);
}
member GlobalMotionRansacThreshold : float32 with get, set
Property Value
Type:
Single
See Also