Click or drag to resize
Accord.NET (logo)

BackwardQuadrilateralTransformation Constructor (Bitmap, ListIntPoint)

Initializes a new instance of the BackwardQuadrilateralTransformation class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public BackwardQuadrilateralTransformation(
	Bitmap sourceImage,
	List<IntPoint> destinationQuadrilateral
)
Request Example View Source

Parameters

sourceImage
Type: System.DrawingBitmap
Source image to be transformed into specified quadrilateral (see SourceImage).
destinationQuadrilateral
Type: System.Collections.GenericListIntPoint
Quadrilateral in destination image to transform into.
See Also