Click or drag to resize
Accord.NET (logo)

SimpleQuadrilateralTransformationSourceQuadrilateral Property

Quadrilateral's corners in source image.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public List<IntPoint> SourceQuadrilateral { get; set; }
Request Example View Source

Property Value

Type: ListIntPoint
Remarks

The property specifies four corners of the quadrilateral area in the source image to be transformed.

See documentation to the SimpleQuadrilateralTransformation class itself for additional information.

See Also