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