Click or drag to resize
Accord.NET (logo)

PointsMarker Constructor (IListIFeaturePoint, Color, Int32)

Initializes a new instance of the PointsMarker class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public PointsMarker(
	IList<IFeaturePoint> points,
	Color markerColor,
	int width
)
Request Example View Source

Parameters

points
Type: System.Collections.GenericIListIFeaturePoint
markerColor
Type: System.DrawingColor
width
Type: SystemInt32
See Also