C# Class Accord.Imaging.SpeededUpRobustFeaturePoint

Inheritance: IFeaturePoint
ファイルを表示 Open project: accord-net/framework Class Usage Examples

Public Methods

Method 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 method

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.
return System

SpeededUpRobustFeaturePoint() public method

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.
return System

SpeededUpRobustFeaturePoint() public method

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.
return System

ToIntPoint() public method

Converts the feature point to a Accord.IntPoint.
public ToIntPoint ( ) : Accord.IntPoint
return Accord.IntPoint

ToPoint() public method

Converts this object into a Accord.IntPoint.
public ToPoint ( ) : Point
return Point

ToPointF() public method

Converts this object into a System.Drawing.PointF.
public ToPointF ( ) : PointF
return System.Drawing.PointF