Click or drag to resize
Accord.NET (logo)

BackwardQuadrilateralTransformation Constructor (UnmanagedImage, 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(
	UnmanagedImage sourceUnmanagedImage,
	List<IntPoint> destinationQuadrilateral
)
Request Example View Source

Parameters

sourceUnmanagedImage
Type: Accord.ImagingUnmanagedImage
Source unmanaged image to be transformed into specified quadrilateral (see SourceUnmanagedImage).
destinationQuadrilateral
Type: System.Collections.GenericListIntPoint
Quadrilateral in destination image to transform into.
See Also