public class AdaptiveGridResolution extends AbstractFeatureDescriptor
Descriptor.SupportspcsDOES_ALL| Constructor and Description |
|---|
AdaptiveGridResolution(int resizeSize)
Constructs a AdaptiveGridResolution object
|
| 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)
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, startProgresspublic AdaptiveGridResolution(int resizeSize)
resizeSize - parameter for the image.resize(resizeSize) method, a
bigger number results in a better resolution but a longer calculation
time.public void run(ij.process.ImageProcessor ip)
Descriptorpublic 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.