public class Compactness extends AbstractFeatureDescriptor
Descriptor.Supports
pcs
DOES_ALL
Constructor and Description |
---|
Compactness() |
Modifier and Type | Method and Description |
---|---|
int |
getArea() |
double |
getCompactness() |
String |
getDescription()
Returns a short plain Text description about the Descriptor and the
semantics of the double array obtained from
FeatureDescriptor.getFeatures() . |
int |
getPerimeter() |
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, supports
public double getCompactness()
public int getArea()
public int getPerimeter()
public void run(ij.process.ImageProcessor ip)
Descriptor
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.