public class CentroidFeature extends AbstractFeatureDescriptor
Descriptor.SupportspcsDOES_ALL| Constructor and Description |
|---|
CentroidFeature() |
| 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(). |
double |
getX() |
double |
getY() |
void |
run(ij.process.ImageProcessor ip)
Start processing of this algorithm on the given image processor.
|
addData, addData, addData, addPropertyChangeListener, endProgress, firePropertyChange, getFeatures, getMask, inMask, setMask, setProperties, startProgress, supportspublic void run(ij.process.ImageProcessor ip)
Descriptorpublic double getX()
public double getY()
public 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.