public class Moravec extends Object implements PointDetector
Descriptor.SupportsDOES_ALL| Constructor and Description |
|---|
Moravec()
Creates Moravec Detector with Default values: Threshold = 500
|
Moravec(int threshold)
Creates Moravec Detector
|
Moravec(int threshold,
int size)
Creates Moravec Detector
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a change listener to this descriptor.
|
List<ImagePoint> |
getPoints() |
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.
|
public Moravec()
public Moravec(int threshold)
threshold - Threshold Value, which is used for filtering uninteresting Pointspublic Moravec(int threshold,
int size)
threshold - Threshold Value, which is used for filtering uninteresting Pointssize - Window Size. Must be Odd and >= 3. Used for Initial Search for Corners and Search for Local Maximums.public List<ImagePoint> getPoints()
getPoints in interface PointDetectorpublic EnumSet<Descriptor.Supports> supports()
Descriptorsupports in interface Descriptorpublic void run(ij.process.ImageProcessor ip)
Descriptorrun in interface Descriptorpublic void addPropertyChangeListener(PropertyChangeListener listener)
DescriptoraddPropertyChangeListener in interface DescriptorCopyright © 2013. All Rights Reserved.