Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturePoint Constructor (Double, Double, Double, Int32)

Initializes a new instance of the SpeededUpRobustFeaturePoint class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public SpeededUpRobustFeaturePoint(
	double x,
	double y,
	double scale,
	int laplacian
)
Request Example View Source

Parameters

x
Type: SystemDouble
The x-coordinate of the point in the image.
y
Type: SystemDouble
The y-coordinate of the point in the image.
scale
Type: SystemDouble
The point's scale.
laplacian
Type: SystemInt32
The point's laplacian value.
See Also