Initializes a new instance of the QuadrilateralTransformation class.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- sourceQuadrilateral
- Type: System.Collections.Generic..::.List<(Of <(IntPoint>)>)
Corners of the source quadrilateral area.
Remarks
This constructor sets AutomaticSizeCalculaton to trueTruetruetrue (True in Visual Basic), which means that destination image will have width and height automatically calculated based on SourceQuadrilateral property.