Click or drag to resize
Accord.NET (logo)

TransformToPolarMapBackwards Property

Specifies direction of mapping.

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

Property Value

Type: Boolean
Remarks

The property specifies direction of mapping source image's X axis. If the property is set to , the image is mapped in clockwise direction; otherwise in counter clockwise direction.

Default value is set to .

See Also