public class Histogram extends AbstractFeatureDescriptor
Modifier and Type | Class and Description |
---|---|
static class |
Histogram.TYPE |
Descriptor.Supports
pcs
DOES_ALL
Constructor and Description |
---|
Histogram() |
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() . |
void |
run(ij.process.ImageProcessor ip)
Starts the histogram detection.
|
void |
setProperties(LibProperties properties)
Injects the properties class that can be used to retrieve several
properties.
|
EnumSet<Descriptor.Supports> |
supports()
Determine the capabilities of this algorithm.
|
addData, addData, addData, addPropertyChangeListener, endProgress, firePropertyChange, getFeatures, getMask, inMask, setMask, startProgress
public void setProperties(LibProperties properties)
FeatureDescriptor
setProperties
in interface FeatureDescriptor
setProperties
in class AbstractFeatureDescriptor
public void run(ij.process.ImageProcessor ip)
ip
- ImageProcessor of the source imagepublic EnumSet<Descriptor.Supports> supports()
Descriptor
supports
in interface Descriptor
supports
in class AbstractFeatureDescriptor
public String getDescription()
FeatureDescriptor
FeatureDescriptor.getFeatures()
.
May return null if no description is implemented - even though this
should be avoided by any means.Copyright © 2013. All Rights Reserved.