Click or drag to resize
Accord.NET (logo)

TransformToPolarNewSize Property

Size of destination image.

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

Property Value

Type: Size
Remarks

The property specifies size of result image produced by this image processing routine in the case if UseOriginalImageSize property is set to .

Note Note
Both width and height must be in the [1, 10000] range.

Default value is set to 200 x 200.

See Also