public class Profiles extends AbstractFeatureDescriptor
Descriptor.Supports
pcs
DOES_ALL
Constructor and Description |
---|
Profiles() |
Modifier and Type | Method and Description |
---|---|
int[] |
getBLProfile() |
String |
getDescription()
Returns a short plain Text description about the Descriptor and the
semantics of the double array obtained from
FeatureDescriptor.getFeatures() . |
int[] |
getHorizontalProfile() |
int[] |
getTLProfile() |
int[] |
getVerticalProfile() |
void |
run(ij.process.ImageProcessor ip)
The descriptor generates a list of features.
|
addData, addData, addData, addPropertyChangeListener, endProgress, firePropertyChange, getFeatures, getMask, inMask, setMask, setProperties, startProgress, supports
public int[] getHorizontalProfile()
public int[] getVerticalProfile()
public int[] getTLProfile()
public int[] getBLProfile()
public void run(ij.process.ImageProcessor ip)
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.