C# Class Accord.Imaging.SpeededUpRobustFeaturePoint

Inheritance: IFeaturePoint
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
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 ( ) : PointF

Converts this object into a System.Drawing.PointF.

Method Details

SpeededUpRobustFeaturePoint() public méthode

Initializes a new instance of the SpeededUpRobustFeaturePoint class.
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.
Résultat System

SpeededUpRobustFeaturePoint() public méthode

Initializes a new instance of the SpeededUpRobustFeaturePoint class.
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.
Résultat System

SpeededUpRobustFeaturePoint() public méthode

Initializes a new instance of the SpeededUpRobustFeaturePoint class.
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.
Résultat System

ToIntPoint() public méthode

Converts the feature point to a Accord.IntPoint.
public ToIntPoint ( ) : Accord.IntPoint
Résultat Accord.IntPoint

ToPoint() public méthode

Converts this object into a Accord.IntPoint.
public ToPoint ( ) : Point
Résultat Point

ToPointF() public méthode

Converts this object into a System.Drawing.PointF.
public ToPointF ( ) : PointF
Résultat System.Drawing.PointF