Click or drag to resize
Accord.NET (logo)

BackwardQuadrilateralTransformation Constructor (Bitmap)

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
)
Request Example View Source

Parameters

sourceImage
Type: System.DrawingBitmap
Source image to be transformed into specified quadrilateral (see SourceImage).
See Also