Click or drag to resize
Accord.NET (logo)

FeaturesMarker Constructor (IEnumerableSpeededUpRobustFeaturePoint, Double)

Initializes a new instance of the FeaturesMarker class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public FeaturesMarker(
	IEnumerable<SpeededUpRobustFeaturePoint> points,
	double scale
)
Request Example View Source

Parameters

points
Type: System.Collections.GenericIEnumerableSpeededUpRobustFeaturePoint
scale
Type: SystemDouble
See Also