Click or drag to resize
Accord.NET (logo)

SimpleShapeCheckerMinAcceptableDistortion Property

Minimum value of allowed shapes' distortion.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float MinAcceptableDistortion { get; set; }
Request Example View Source

Property Value

Type: Single
Remarks

The property sets minimum value for allowed shapes' distortion (in pixels). See documentation to SimpleShapeChecker class for more details about this property.

Default value is set to 0.5.

See Also