Package | Description |
---|---|
org.openimaj.image.feature.local.engine.ipd | |
org.openimaj.image.feature.local.extraction |
Modifier and Type | Class and Description |
---|---|
class |
InterestPointImageExtractorProperties<P,I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> |
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureVectorExtractor<F extends FeatureVector,T extends ExtractorProperties>
The FeatureExtractor interface describes a class capable of extracting
FeatureVector(s) from something.
|
Modifier and Type | Class and Description |
---|---|
class |
GradientScaleSpaceImageExtractorProperties<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>
An extended
ScaleSpaceImageExtractorProperties that holds edge
responses in the form of gradient orientations and magnitudes. |
class |
LocalImageExtractorProperties<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>
An extended
ExtractorProperties that holds the image being processed
and interest point location |
class |
ScaleSpaceImageExtractorProperties<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>
An extended
LocalImageExtractorProperties that additionally holds the
interest point location scale. |