Click or drag to resize
Accord.NET (logo)

TransformFromPolarMapFromTop Property

Specifies if centre of the source image should to top or bottom 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 centre in the destination image. If the property is set to , then it goes to the top of the result image; otherwise it goes to the bottom.

Default value is set to .

See Also