Click or drag to resize
Accord.NET (logo)

QuadrilateralTransformationBilinearNewWidth Property

Width of the new transformed image.

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

Property Value

Type: Int32
Remarks

The property defines width of the destination image, which gets transformed quadrilateral image.

Note Note
Setting the property does not have any effect, if AutomaticSizeCalculaton property is set to . In this case destination image's width is calculated automatically based on SourceCorners property.

See Also