Метод | Описание | |
---|---|---|
SpeededUpRobustFeaturePoint ( double x, double y, double scale, int laplacian ) : System |
Initializes a new instance of the SpeededUpRobustFeaturePoint class.
|
|
SpeededUpRobustFeaturePoint ( double x, double y, double scale, int laplacian, double orientation, double response ) : System |
Initializes a new instance of the SpeededUpRobustFeaturePoint class.
|
|
SpeededUpRobustFeaturePoint ( double x, double y, double scale, int laplacian, double orientation, double response, double descriptor ) : System |
Initializes a new instance of the SpeededUpRobustFeaturePoint class.
|
|
ToIntPoint ( ) : Accord.IntPoint |
Converts the feature point to a Accord.IntPoint.
|
|
ToPoint ( ) : Point |
Converts this object into a Accord.IntPoint.
|
|
ToPointF ( ) : |
Converts this object into a System.Drawing.PointF.
|
public SpeededUpRobustFeaturePoint ( double x, double y, double scale, int laplacian ) : System | ||
x | double | The x-coordinate of the point in the image. |
y | double | The y-coordinate of the point in the image. |
scale | double | The point's scale. |
laplacian | int | The point's laplacian value. |
Результат | System |
public SpeededUpRobustFeaturePoint ( double x, double y, double scale, int laplacian, double orientation, double response ) : System | ||
x | double | The x-coordinate of the point in the image. |
y | double | The y-coordinate of the point in the image. |
scale | double | The point's scale. |
laplacian | int | The point's laplacian value. |
orientation | double | The point's orientation angle. |
response | double | The point's response value. |
Результат | System |
public SpeededUpRobustFeaturePoint ( double x, double y, double scale, int laplacian, double orientation, double response, double descriptor ) : System | ||
x | double | The x-coordinate of the point in the image. |
y | double | The y-coordinate of the point in the image. |
scale | double | The point's scale. |
laplacian | int | The point's Laplacian value. |
orientation | double | The point's orientation angle. |
response | double | The point's response value. |
descriptor | double | The SURF point descriptor. |
Результат | System |