public class FuzzyOpponentHistogram extends AbstractFeatureDescriptor
Descriptor.Supports
Modifier and Type | Field and Description |
---|---|
protected net.semanticmetadata.lire.imageanalysis.LireFeature |
feature |
protected String |
name |
pcs
DOES_ALL
Constructor and Description |
---|
FuzzyOpponentHistogram() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a short plain Text description about the Descriptor and the
semantics of the double array obtained from
FeatureDescriptor.getFeatures() . |
net.semanticmetadata.lire.imageanalysis.LireFeature |
getLireFeature() |
void |
run(ij.process.ImageProcessor ip)
Start processing of this algorithm on the given image processor.
|
EnumSet<Descriptor.Supports> |
supports()
Determine the capabilities of this algorithm.
|
addData, addData, addData, addPropertyChangeListener, endProgress, firePropertyChange, getFeatures, getMask, inMask, setMask, setProperties, startProgress
protected final net.semanticmetadata.lire.imageanalysis.LireFeature feature
protected final String name
public void run(ij.process.ImageProcessor ip)
Descriptor
public net.semanticmetadata.lire.imageanalysis.LireFeature getLireFeature()
public String getDescription()
FeatureDescriptor
FeatureDescriptor.getFeatures()
.
May return null if no description is implemented - even though this
should be avoided by any means.public EnumSet<Descriptor.Supports> supports()
Descriptor
supports
in interface Descriptor
supports
in class AbstractFeatureDescriptor
Copyright © 2013. All Rights Reserved.