Initializes a new instance of the BackwardQuadrilateralTransformation class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public BackwardQuadrilateralTransformation(
	Bitmap sourceImage,
	List<IntPoint> destinationQuadrilateral
)

Parameters

sourceImage
Type: System.Drawing..::.Bitmap
Source image to be transformed into specified quadrilateral (see SourceImage).
destinationQuadrilateral
Type: System.Collections.Generic..::.List<(Of <(IntPoint>)>)
Quadrilateral in destination image to transform into.

See Also