Minimum value of allowed shapes' distortion.

Namespace:  AForge.Math.Geometry
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float MinAcceptableDistortion { get; set; }

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