Click or drag to resize
Accord.NET (logo)

TransformFromPolarOffsetAngle Property

Offset angle used to shift mapping, [-360, 360] degrees.

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

Property Value

Type: Double
Remarks

The property specifies offset angle, which can be used to shift mapping in clockwise direction. For example, if user sets this property to 30, then start of polar mapping is shifted by 30 degrees in clockwise direction.

Default value is set to 0.

See Also