Package messif.objects.extraction

Support for object extraction.

See:
          Description

Interface Summary
Extractor<T extends LocalAbstractObject> Interface for extractors that can create objects from binary data.
 

Class Summary
ExtractorDataSource Provides a data source for Extractors.
ExtractorIterator<T extends LocalAbstractObject> Iterator that provides objects by Extractor.
Extractors Collection of utility methods for Extractors.
 

Exception Summary
ExtractorException Throwable that indicates an error during extraction.
 

Package messif.objects.extraction Description

Support for object extraction. Extractors are responsible for computing specific features of objects that can be used for indexing. For example, an extractor can derive MPEG-7 descriptors from a given binary image.