Modifier and Type | Method and Description |
---|---|
LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>> |
DoGSiftFeatureExtractor.apply(FImage img) |
LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>> |
DSiftFeatureExtractor.apply(FImage img) |
Modifier and Type | Method and Description |
---|---|
MixtureOfGaussians |
GMMFromFeatures.apply(LocalFeatureList<? extends LocalFeature<?,? extends FeatureVector>> features) |
Constructor and Description |
---|
LocalFeatureListDataSource(LocalFeatureList<T>... data)
Construct with the given lists of data
|
LocalFeatureListDataSource(LocalFeatureList<T> data)
Construct with the given list of data
|
Constructor and Description |
---|
LocalFeatureListDataSource(List<LocalFeatureList<T>> data)
Construct with the given lists of data
|
LocalFeatureListDataSource(Map<?,LocalFeatureList<T>> data)
Construct with the given map of data.
|
Modifier and Type | Class and Description |
---|---|
class |
FileLocalFeatureList<T extends LocalFeature<?,?>>
A
LocalFeatureList backed by a file. |
class |
MemoryLocalFeatureList<T extends LocalFeature<?,?>>
An in-memory list of local features.
|
class |
StreamLocalFeatureList<T extends LocalFeature<?,?>>
A list of
LocalFeature s backed by an input stream. |
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<T> |
LocalFeatureList.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
List<IntObjectPair<LocalFeatureList<ByteDSIFTKeypoint>>> |
PyramidDenseSIFT.getByteKeypointsGrouped()
Get the SIFT descriptors from the previous call to
AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle)
in the form of a list of local features with byte vectors. |
List<IntObjectPair<LocalFeatureList<ByteDSIFTKeypoint>>> |
PyramidDenseSIFT.getByteKeypointsGrouped(float energyThreshold)
Get the SIFT descriptors from the previous call to
AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle)
in the form of a list of local features with byte vectors. |
List<IntObjectPair<LocalFeatureList<FloatDSIFTKeypoint>>> |
PyramidDenseSIFT.getFloatKeypointsGrouped()
Get the SIFT descriptors from the previous call to
AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle)
in the form of a list of local features with float vectors. |
List<IntObjectPair<LocalFeatureList<FloatDSIFTKeypoint>>> |
PyramidDenseSIFT.getFloatKeypointsGrouped(float energyThreshold)
Get the SIFT descriptors from the previous call to
AbstractDenseSIFT.analyseImage(Image) or PyramidDenseSIFT.analyseImage(Image, Rectangle)
in the form of a list of local features with float vectors. |
Modifier and Type | Method and Description |
---|---|
protected LocalFeatureList<Keypoint> |
ASIFT.detectFeatures(I image) |
protected LocalFeatureList<Keypoint> |
ASIFT.newList() |
Modifier and Type | Field and Description |
---|---|
protected LocalFeatureList<FEATURE> |
AbstractOctaveLocalFeatureCollector.features |
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<FEATURE> |
AbstractOctaveLocalFeatureCollector.getFeatures()
Get the list of features collected.
|
LocalFeatureList<FEATURE> |
Collector.getFeatures()
Get the list of features collected.
|
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<InterestPointKeypoint<T>> |
InterestPointFeatureCollector.getFeatures() |
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<Keypoint> |
ALTDoGSIFTEngine.findFeatures(FImage image) |
LocalFeatureList<Keypoint> |
DoGSIFTEngine.findFeatures(FImage image) |
LocalFeatureList<Keypoint> |
BasicGridSIFTEngine.findFeatures(FImage image) |
LocalFeatureList<MinMaxKeypoint> |
MinMaxDoGSIFTEngine.findFeatures(FImage image) |
LocalFeatureList<FEATURE> |
Engine.findFeatures(IMAGE image)
Find local features in the given image and return them.
|
LocalFeatureList<Keypoint> |
DoGColourSIFTEngine.findFeatures(MBFImage image) |
LocalFeatureList<Keypoint> |
DoGColourSIFTEngine.findFeatures(MBFImage image,
FImage luminance)
Find DoG interest points in the given luminance image, but extract the
SIFT features from the colour image.
|
protected LocalFeatureList<Keypoint> |
DoGColourSIFTEngine.findFeaturesInternal(MBFImage image) |
Modifier and Type | Field and Description |
---|---|
protected AffineSimulationExtractor<LocalFeatureList<Keypoint>,Keypoint,MBFImage,Float[]> |
ColourASIFTEngine.asift |
protected AffineSimulationExtractor<LocalFeatureList<Keypoint>,Keypoint,FImage,Float> |
ASIFTEngine.asift |
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<AffineSimulationKeypoint> |
ASIFTEngine.findFeatures(FImage image) |
LocalFeatureList<AffineSimulationKeypoint> |
ColourASIFTEngine.findFeatures(MBFImage image) |
LocalFeatureList<Keypoint> |
ASIFTEngine.findKeypoints(FImage image)
Find the features as a list of
Keypoint objects |
LocalFeatureList<Keypoint> |
ASIFTEngine.findKeypoints(FImage image,
AffineParams params)
Find the features of a single simulation as a list of
Keypoint
objects |
LocalFeatureList<Keypoint> |
ColourASIFTEngine.findKeypoints(MBFImage image)
Find the features as a list of
Keypoint objects |
LocalFeatureList<Keypoint> |
ColourASIFTEngine.findKeypoints(MBFImage image,
AffineParams params)
Find the features of a single simulation as a list of
Keypoint
objects |
Modifier and Type | Method and Description |
---|---|
Map<AffineParams,LocalFeatureList<Keypoint>> |
ASIFTEngine.findKeypointsMapped(FImage image)
Find the features and return the resultant features in a per-simulation
format.
|
Map<AffineParams,LocalFeatureList<Keypoint>> |
ColourASIFTEngine.findKeypointsMapped(MBFImage image)
Find the features and return the resultant features in a per-simulation
format.
|
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<InterestPointKeypoint<T>> |
AbstractIPDSIFTEngine.findFeatures(FImage image)
Find the interest points using the provided detector and extract a SIFT
descriptor per point.
|
Modifier and Type | Method and Description |
---|---|
static LocalFeatureList<SIFTGeoKeypoint> |
SIFTGeoKeypoint.read(DataInputStream stream)
Read .siftgeo file from a stream.
|
static LocalFeatureList<SIFTGeoKeypoint> |
SIFTGeoKeypoint.read(File file)
Read a .siftgeo file.
|
static LocalFeatureList<SIFTGeoKeypoint> |
SIFTGeoKeypoint.read(InputStream stream)
Read .siftgeo file from a stream.
|
Modifier and Type | Field and Description |
---|---|
protected LocalFeatureList<Keypoint> |
DoGSIFTFeature.keys |
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<Keypoint> |
DoGSIFTFeature.getKeys() |
Constructor and Description |
---|
AffineSimulationKeypointListArrayIterator(LocalFeatureList<? extends Keypoint> kpl)
Construct with list of features
|
KeypointListArrayIterator(LocalFeatureList<? extends Keypoint> kpl)
Construct with list of keypoints
|
StreamedFeatureFile(LocalFeatureList<? extends LocalFeature<?,?>> kpl)
Construct with list
|
Modifier and Type | Method and Description |
---|---|
abstract LocalFeatureList<? extends LocalFeature<?,?>> |
LocalFeatureMode.LocalFeatureModeOp.extract(byte[] image)
Extract features based on the options.
|