Click or drag to resize
Accord.NET (logo)

TransformToPolarUseOriginalImageSize Property

Use source image size for destination or not.

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

Property Value

Type: Boolean
Remarks

The property specifies if the image processing routine should create destination image of the same size as original image or of the size specified by NewSize property.

Default value is set to .

See Also