C# 클래스 Accord.Imaging.SpeededUpRobustFeaturePoint

상속: IFeaturePoint
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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