Initializes a new instance of the BackwardQuadrilateralTransformation class.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public BackwardQuadrilateralTransformation( UnmanagedImage sourceUnmanagedImage, List<IntPoint> destinationQuadrilateral ) |
Parameters
- sourceUnmanagedImage
- Type: AForge.Imaging..::.UnmanagedImage
Source unmanaged image to be transformed into specified quadrilateral (see SourceUnmanagedImage).
- destinationQuadrilateral
- Type: System.Collections.Generic..::.List<(Of <(IntPoint>)>)
Quadrilateral in destination image to transform into.