Click or drag to resize
Accord.NET (logo)

QuadrilateralTransformation Constructor (ListIntPoint, Int32, Int32)

Initializes a new instance of the QuadrilateralTransformation class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public QuadrilateralTransformation(
	List<IntPoint> sourceQuadrilateral,
	int newWidth,
	int newHeight
)
Request Example View Source

Parameters

sourceQuadrilateral
Type: System.Collections.GenericListIntPoint
Corners of the source quadrilateral area.
newWidth
Type: SystemInt32
Width of the new transformed image.
newHeight
Type: SystemInt32
Height of the new transformed image.
Remarks

This constructor sets AutomaticSizeCalculaton to , which means that destination image will have width and height as specified by user.

See Also