Click or drag to resize
Accord.NET (logo)

TransformToPolarCirlceDepth Property

Circularity coefficient of the mapping, [0, 1].

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public double CirlceDepth { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

The property specifies circularity coefficient of the mapping to be done. If the coefficient is set to 1, then the mapping will produce ideal circle. If the coefficient is set to 0, then the mapping will occupy entire area of the destination image (circle will be extended into direction of edges). Changing the property from 0 to 1 user may balance circularity of the produced output.

Default value is set to 1.

See Also