Class SpatialPyramidCEDD

  • All Implemented Interfaces:
    CleanUpHandler, Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, ShallowCopySupporter<AbstractImageFeatureGenerator>, SizeOfHandler, TechnicalInformationHandler, Serializable, Comparable

    public class SpatialPyramidCEDD
    extends AbstractBufferedImageFeatureGenerator
    implements TechnicalInformationHandler
    Generates features using net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid.SPCEDD.
    For more information, see:
    Savvas A. Chatzichristofis, Yiannis S. Boutalis: CEDD: Color and Edge Directivity Descriptor. A Compact Descriptor for Image Indexing and Retrieval. In: 6th International Conference on Computer Vision Systems, 312-322, 2008.
    For more information on the LIRE project, see:
    http://www.lire-project.net/

     @inproceedings{Chatzichristofis2008,
        author = {Savvas A. Chatzichristofis and Yiannis S. Boutalis},
        booktitle = {6th International Conference on Computer Vision Systems},
        editor = {A. Gasteratos, M. Vincze, and J.K. Tsotsos},
        pages = {312-322},
        publisher = {Springer},
        title = {CEDD: Color and Edge Directivity Descriptor. A Compact Descriptor for Image Indexing and Retrieval},
        year = {2008}
     }
     


    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -converter <adams.data.featureconverter.AbstractFeatureConverter> (property: converter)
        The feature converter to use to produce the output data.
        default: adams.data.featureconverter.SpreadSheet -data-row-type adams.data.spreadsheet.DenseDataRow -spreadsheet-type adams.data.spreadsheet.DefaultSpreadSheet
     
    -field <adams.data.report.Field> [-field ...] (property: fields)
        The fields to add to the output.
        default: 
     
    -notes <adams.core.base.BaseString> [-notes ...] (property: notes)
        The notes to add as attributes to the generated data, eg 'PROCESS INFORMATION'
        .
        default: 
     
    Version:
    $Revision: 9196 $
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form