Click or drag to resize
Accord.NET (logo)

QuadrilateralTransformationNewHeight Property

Height of the new transformed image.

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

Property Value

Type: Int32
Remarks

The property defines height 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 height is calculated automatically based on SourceQuadrilateral property.

See Also