Click or drag to resize

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
Syntax
public float GlobalMotionRansacThreshold { get; set; }

Property Value

Type: Single
See Also