Click or drag to resize
Accord.NET (logo)

TransformToPolarMapFromTop Property

Specifies if top of the source image should go to center or edge of the result image.

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

Property Value

Type: Boolean
Remarks

The property specifies position of the source image's top line in the destination image. If the property is set to , then it goes to the center of the result image; otherwise it goes to the edge.

Default value is set to .

See Also