|
SpeededUpRobustFeaturePoint Constructor (Double, Double, Double, Int32, Double, Double)
|
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
)
Public Sub New (
x As Double,
y As Double,
scale As Double,
laplacian As Integer,
orientation As Double,
response As Double
)
Request Example
View SourceParameters
- 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.
See Also