Class FuzzyOpponentHistogram

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

    public class FuzzyOpponentHistogram
    extends AbstractBufferedImageFeatureGenerator
    implements TechnicalInformationHandler
    Generates features using net.semanticmetadata.lire.imageanalysis.features.global.FuzzyOpponentHistogram.
    For more information, see:
    van de Sande, K.E.A., Gevers, T., Snoek, C.G.M. (2010). Evaluating Color Descriptors for Object and Scene Recognition. Pattern Analysis and Machine Intelligence, IEEE Transactions on. 32(9):1582-1596.
    For more information on the LIRE project, see:
    http://www.lire-project.net/

     @article{vandeSande2010,
        author = {van de Sande, K.E.A. and Gevers, T. and Snoek, C.G.M.},
        journal = {Pattern Analysis and Machine Intelligence, IEEE Transactions on},
        month = {September},
        number = {9},
        pages = {1582-1596},
        title = {Evaluating Color Descriptors for Object and Scene Recognition},
        volume = {32},
        year = {2010},
        ISSN = {0162-8828},
        HTTP = {http://doi.ieeecomputersociety.org/10.1109/TPAMI.2009.154}
     }
     


    -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