|
BackwardQuadrilateralTransformation Constructor (UnmanagedImage, ListIntPoint)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public BackwardQuadrilateralTransformation(
UnmanagedImage sourceUnmanagedImage,
List<IntPoint> destinationQuadrilateral
)
Public Sub New (
sourceUnmanagedImage As UnmanagedImage,
destinationQuadrilateral As List(Of IntPoint)
)
Request Example
View SourceParameters
- 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