Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: ListIntPoint
Remarks

The property specifies 4 corners of a quadrilateral area in destination image where the source image will be transformed into.

See Also