Click or drag to resize
Accord.NET (logo)

PairsMarker Constructor (IntPoint, IntPoint, Color)

Initializes a new instance of the PairsMarker class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public PairsMarker(
	IntPoint[] points1,
	IntPoint[] points2,
	Color markerColor
)
Request Example View Source

Parameters

points1
Type: AccordIntPoint
Set of starting points.
points2
Type: AccordIntPoint
Set of corresponding points.
markerColor
Type: System.DrawingColor
The color of the lines to be marked.
See Also