Click or drag to resize
Accord.NET (logo)

QuadrilateralTransformationBilinear Constructor (ListIntPoint)

Initializes a new instance of the QuadrilateralTransformationBilinear class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public QuadrilateralTransformationBilinear(
	List<IntPoint> sourceCorners
)
Request Example View Source

Parameters

sourceCorners
Type: System.Collections.GenericListIntPoint
Corners of the source quadrilateral area.
Remarks

This constructor sets AutomaticSizeCalculaton to , which means that destination image will have width and height automatically calculated based on SourceCorners property.

See Also