public class Histogram extends AbstractFeatureDescriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
Histogram.TYPE |
Descriptor.SupportspcsDOES_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, startProgresspublic void setProperties(LibProperties properties)
FeatureDescriptorsetProperties in interface FeatureDescriptorsetProperties in class AbstractFeatureDescriptorpublic void run(ij.process.ImageProcessor ip)
ip - ImageProcessor of the source imagepublic EnumSet<Descriptor.Supports> supports()
Descriptorsupports in interface Descriptorsupports in class AbstractFeatureDescriptorpublic String getDescription()
FeatureDescriptorFeatureDescriptor.getFeatures().
May return null if no description is implemented - even though this
should be avoided by any means.Copyright © 2013. All Rights Reserved.