|
BackwardQuadrilateralTransformationDestinationQuadrilateral Property
|
Quadrilateral in destination image to transform into.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public List<IntPoint> DestinationQuadrilateral { get; set; }
Public Property DestinationQuadrilateral As List(Of IntPoint)
Get
Set
Request Example
View SourceProperty Value
Type:
ListIntPointRemarks The property specifies 4 corners of a quadrilateral area
in destination image where the source image will be transformed into.
See Also