Click or drag to resize
Accord.NET (logo)

QuadrilateralTransformationNearestNeighborSourceCorners 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> SourceCorners { 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 Also