public class InterestPoint extends Object
Modifier and Type | Field and Description |
---|---|
float[] |
descriptor
Vector of descriptor components.
|
float |
orientation
Orientation measured anti-clockwise from +ve x-axis.
|
float |
scale
Detected scale.
|
boolean |
sign
Sign of hessian traces (laplacian sign).
|
float |
strength
Value of the hessian determinant (blob response) means the strength of
the interest point.
|
float |
trace
Trace of the hessian determinant.
|
float |
x
Interpolated X-coordinate.
|
float |
y
Interpolated Y-coordinate.
|
Constructor and Description |
---|
InterestPoint() |
InterestPoint(float x,
float y,
float strength,
float trace,
float scale) |
public float x
public float y
public float strength
public float trace
public boolean sign
true
means >= 0,
false
means < 0. (Signs are saved separately for better
matching performance.)public float scale
public float orientation
public float[] descriptor
Copyright © 2013. All Rights Reserved.