| StereoSGBMUniquenessRatio Property |
Margin in percentage by which the best (minimum) computed cost function
value should "win" the second best value to consider the found match correct. Normally, a value
within the 5-15 range is good enough.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int UniquenessRatio { get; set; }
Public Property UniquenessRatio As Integer
Get
Set
public:
property int UniquenessRatio {
int get ();
void set (int value);
}
member UniquenessRatio : int with get, set
Property Value
Type:
Int32See Also