Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturePoint Constructor (Double, Double, Double, Int32, Double, Double, Double)

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,
	double orientation,
	double response,
	double[] descriptor
)
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.
orientation
Type: SystemDouble
The point's orientation angle.
response
Type: SystemDouble
The point's response value.
descriptor
Type: SystemDouble
The SURF point descriptor.
See Also