| Interface | Description |
|---|---|
| InterestPointDetector<T extends InterestPointData> |
A detector of interest points.
|
| IPDSelectionMode | |
| MultiscaleInterestPointDetector<T extends InterestPointData> |
A multiscale detector of interest points.
|
| Class | Description |
|---|---|
| AbstractStructureTensorIPD |
Abstract base class for an interest point detector which uses derivatives or
the (multiscale) structure tensor.
|
| AffineAdaption |
Using an underlying feature detector, adapt the ellipse detected to result in
a more stable region according to work by
http://www.robots.ox.ac.uk/~vgg/research/affine/
|
| EllipticInterestPointData | |
| EllipticKeyPoint | |
| HarrisIPD | |
| HessianIPD | |
| InterestPointData | |
| InterestPointVisualiser<T,Q extends Image<T,Q> & SinglebandImageProcessor.Processable<Float,FImage,Q>> |
Visualise the interest points extracted using an
InterestPointDetector. |
| IPDSelectionMode.All | |
| IPDSelectionMode.Count | |
| IPDSelectionMode.Threshold | |
| LaplaceIPD | |
| QuadratureIPD | |
| RidgeIPD | |
| SubPixelCorners |
Refines detected corners (i.e.
|