Class SpatialPyramidFCTH

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

    public class SpatialPyramidFCTH
    extends AbstractBufferedImageFeatureGenerator
    implements TechnicalInformationHandler
    Generates features using net.semanticmetadata.lire.imageanalysis.features.global.spatialpyramid.SPFCTH.
    For more information, see:
    Savvas A. Chatzichristofis, Yiannis S. Boutalis: FCTH: Fuzzy Color and Texture Histogram - A Low Level Feature for Accurate Image Retrieval. In: 9th International Workshop on Image Analysis for Multimedia Interactive Services, 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 = {9th International Workshop on Image Analysis for Multimedia Interactive Services},
        editor = {A. Gasteratos, M. Vincze, and J.K. Tsotsos},
        publisher = {IEEE},
        title = {FCTH: Fuzzy Color and Texture Histogram - A Low Level Feature for Accurate Image 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