| Modifier and Type | Class and Description |
|---|---|
class |
ScaleSpaceLocation
ScaleSpaceLocation represents a
Location in scale-space. |
class |
SpatialLocation
SpatialLocation represents a
Location in 2d-space. |
| Modifier and Type | Method and Description |
|---|---|
List<Point2dImpl> |
ChessboardCornerFinder.getCorners()
Get any corners detected by the last call to
ChessboardCornerFinder.analyseImage(FImage). |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteDSIFTKeypoint
Dense SIFT keypoint with a location and byte feature vector.
|
class |
FloatDSIFTKeypoint
Dense SIFT keypoint with a location and float feature vector.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AffineSimulationKeypoint.AffineSimulationKeypointLocation
A
KeypointLocation extended to hold a rotation, tilt and index
corresponding to an affine simulation. |
| Modifier and Type | Class and Description |
|---|---|
class |
EllipticInterestPointData |
class |
InterestPointData |
| Modifier and Type | Field and Description |
|---|---|
Point2dImpl |
EllipticKeyPoint.axes |
| Modifier and Type | Method and Description |
|---|---|
Point2dImpl |
SubPixelCorners.findSubPixCorner(FImage src,
Point2d corner)
Find the sub-pixel estimated position of a corner
|
| Modifier and Type | Method and Description |
|---|---|
List<Point2dImpl> |
SubPixelCorners.findSubPixCorners(FImage src,
List<? extends Point2d> corners)
Find the sub-pixel estimated position of each corner
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeypointLocation
The location of a
Keypoint. |
static class |
MinMaxKeypoint.MinMaxKeypointLocation
The location of a
MinMaxKeypoint. |
class |
SIFTGeoKeypoint.SIFTGeoLocation
The location of a
SIFTGeoKeypoint. |
| Modifier and Type | Field and Description |
|---|---|
Point2dImpl |
FacialKeypoint.position
The position of the keypoint in the image
|
| Modifier and Type | Method and Description |
|---|---|
Point2dImpl |
Line2d.toUnitVector()
Convert the line to a unit vector
|
| Modifier and Type | Method and Description |
|---|---|
Point2dImpl |
PointListConnections.calculateNormal(int id,
PointList pointList)
Calculate the normal vector at a given vertex id.
|
Point2dImpl |
PointListConnections.calculateNormal(Point2d pt,
PointList pointList)
Calculate the normal vector at a given vertex.
|
Point2dImpl |
Point2dImpl.clone() |
Point2dImpl |
Point2dImpl.copy() |
Point2dImpl |
Point2dImpl.transform(Jama.Matrix transform) |