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