Modifier and Type | Interface and Description |
---|---|
interface |
LocalFeature<L extends Location,T extends FeatureVector>
A
LocalFeature models a feature that has a Location
associated with it. |
Modifier and Type | Class and Description |
---|---|
class |
FloatLocalFeatureAdaptor<L extends Location>
|
class |
LocalFeatureImpl<L extends Location,F extends FeatureVector>
A basic implementation of a
LocalFeature that internally holds
references to a FeatureVector and Location . |
Modifier and Type | Class and Description |
---|---|
class |
QuantisedLocalFeature<L extends Location>
A QuantisedLocalFeature is a local feature with a single integer
feature-vector.
|
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 |
---|---|
class |
AffineSimulationKeypoint
An extension of a
Keypoint that holds the AffineParams and
simulation index of the affine simulation from which it was detected. |
Modifier and Type | Class and Description |
---|---|
class |
AffineInterestPointKeypoint
A keypoint with an elliptical shape from an affine transform.
|
class |
CircularInterestPointKeypoint
A keypoint with circular support
|
Modifier and Type | Class and Description |
---|---|
class |
FloatKeypoint
A local interest point with a location, scale, orientation and associated
feature.
|
class |
InterestPointKeypoint<T extends InterestPointData>
An oriented feature with at a location defined by an
InterestPointData . |
class |
Keypoint
A local interest point with a location, scale, orientation and associated
feature.
|
class |
MinMaxKeypoint
A
Keypoint extended to hold information on whether was detected at a
maxima or minima. |
class |
SIFTGeoKeypoint
Implementation of a
LocalFeature based on the .siftgeo format
developed by Krystian Mikolajczyk for his tools. |
Modifier and Type | Class and Description |
---|---|
class |
QuantisedAffineSimulationKeypoint
A
QuantisedLocalFeature with a location described by an
AffineSimulationKeypoint.AffineSimulationKeypointLocation . |
class |
QuantisedKeypoint
|