Click or drag to resize
Accord.NET (logo)

TransformFromPolarCirlceDepth 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 destination image will be produced by mapping ideal circle from the source image, which is placed in source image's centre and its radius equals to the minimum distance from centre to the image’s edge. If the coefficient is set to 0, then the mapping will use entire area of the source 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