| Interface | Description |
|---|---|
| ExtractorProperties |
ExtractorProperties define the information a feature extractor needs
to extract a feature from something. |
| FeatureVectorExtractor<F extends FeatureVector,T extends ExtractorProperties> |
The FeatureExtractor interface describes a class capable of extracting
FeatureVector(s) from something.
|
| Class | Description |
|---|---|
| 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. |
| LocalImageExtractorProperties<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> |
An extended
ExtractorProperties that holds the image being processed
and interest point location |
| ScaleSpaceImageExtractorProperties<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> |
An extended
LocalImageExtractorProperties that additionally holds the
interest point location scale. |