Click or drag to resize
Accord.NET (logo)

PairsMarker Constructor (IntPoint, IntPoint)

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

Parameters

points1
Type: AccordIntPoint
Set of starting points.
points2
Type: AccordIntPoint
Set of corresponding points.
See Also