Click or drag to resize
Accord.NET (logo)

QuadrilateralTransformationBilinearAutomaticSizeCalculaton Property

Automatic calculation of destination image or not.

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

Property Value

Type: Boolean
Remarks

The property specifies how to calculate size of destination (transformed) image. If the property is set to , then NewWidth and NewHeight properties have effect and destination image's size is specified by user. If the property is set to , then setting the above mentioned properties does not have any effect, but destionation image's size is automatically calculated from SourceCorners property - width and height come from length of longest edges.

See Also