Méthode | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Compute ( IEnumerable |
Describes all specified points (i.e. computes and sets the orientation and descriptor vector fields of each SpeededUpRobustFeaturePoint.
|
|
Compute ( |
Describes the specified point (i.e. computes and sets the orientation and descriptor vector fields of the SpeededUpRobustFeaturePoint.
|
|
GetDescriptor ( int x, int y, int scale, double orientation ) : double[] |
Construct descriptor vector for this interest point
|
|
GetOrientation ( |
Determine dominant orientation for the feature point.
|
|
GetOrientation ( int x, int y, int scale ) : double |
Determine dominant orientation for feature point.
|
|
SpeededUpRobustFeaturesDescriptor ( |
Initializes a new instance of the SpeededUpRobustFeaturesDescriptor class.
|
Méthode | Description | |
---|---|---|
gaussian ( double x, double y, double sigma ) : double |
Get the value of the Gaussian with std dev sigma at the point (x,y)
|
|
gaussian ( int x, int y, double sigma ) : double |
Get the value of the Gaussian with std dev sigma at the point (x,y)
|
|
haarX ( int row, int column, int size ) : double | ||
haarY ( int row, int column, int size ) : double |
public Compute ( IEnumerable |
||
points | IEnumerable |
The list of points to be described. |
Résultat | void |
public Compute ( |
||
point | The point to be described. | |
Résultat | void |
public GetDescriptor ( int x, int y, int scale, double orientation ) : double[] | ||
x | int | |
y | int | |
scale | int | |
orientation | double | |
Résultat | double[] |
public GetOrientation ( |
||
point | ||
Résultat | double |
public GetOrientation ( int x, int y, int scale ) : double | ||
x | int | |
y | int | |
scale | int | |
Résultat | double |
public SpeededUpRobustFeaturesDescriptor ( |
||
integralImage | /// The integral image which is the source of the feature points. /// | |
Résultat | System |