C# Класс Accord.Imaging.SpeededUpRobustFeaturePoint

Наследование: IFeaturePoint
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

SpeededUpRobustFeaturePoint() публичный Метод

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.
Результат System

SpeededUpRobustFeaturePoint() публичный Метод

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.
Результат System

SpeededUpRobustFeaturePoint() публичный Метод

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.
Результат System

ToIntPoint() публичный Метод

Converts the feature point to a Accord.IntPoint.
public ToIntPoint ( ) : Accord.IntPoint
Результат Accord.IntPoint

ToPoint() публичный Метод

Converts this object into a Accord.IntPoint.
public ToPoint ( ) : Point
Результат Point

ToPointF() публичный Метод

Converts this object into a System.Drawing.PointF.
public ToPointF ( ) : PointF
Результат System.Drawing.PointF