public class Susan extends AbstractDescriptor
See also the Wikipedia page: http://en.wikipedia.org/wiki/Corner_detection for more information.
Descriptor.Supports
pcs
DOES_ALL
Constructor and Description |
---|
Susan()
Standart constructor with radius 2 and threshold 15
|
Susan(int radius,
int threshold) |
Modifier and Type | Method and Description |
---|---|
ij.process.ByteProcessor |
getEdgemask() |
int |
getRadius() |
int |
getThreshold() |
void |
run(ij.process.ImageProcessor ip)
Start processing of this algorithm on the given image processor.
|
void |
setRadius(int radius) |
void |
setThreshold(int threshold) |
EnumSet<Descriptor.Supports> |
supports()
Defines the capability of the algorithm.
|
addPropertyChangeListener, endProgress, setProperties, startProgress
public Susan()
public Susan(int radius, int threshold)
radius
- Radius in which the image is looked atthreshold
- Threshold for difference in luminositypublic EnumSet<Descriptor.Supports> supports()
PlugInFilter
,
supports()
public void run(ij.process.ImageProcessor ip)
Descriptor
public ij.process.ByteProcessor getEdgemask()
public int getRadius()
public void setRadius(int radius)
radius
- Radius in which the image is investigatedpublic int getThreshold()
public void setThreshold(int threshold)
threshold
- Threshold for difference in luminosityCopyright © 2013. All Rights Reserved.