Modifier and Type | Field and Description |
---|---|
protected InterestPointDetector<T> |
OctaveInterestPointFinder.detector |
Constructor and Description |
---|
CharacteristicOctaveInterestPointFinder(InterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
construct this finder with the detector and selection mode
|
LoggingOctaveInterestPointFinder(InterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
instantiate scalepoints the superclass and scalepoints to log
|
OctaveInterestPointFinder(InterestPointDetector<T> detector,
IPDSelectionMode selectionMode) |
Modifier and Type | Method and Description |
---|---|
OctaveInterestPointFinder<T> |
FinderMode.finder(InterestPointDetector<T> detector,
IPDSelectionMode selectionMode)
Given a detector and the selection pmode
|
OctaveInterestPointFinder<T> |
FinderMode.Basic.finder(InterestPointDetector<T> detector,
IPDSelectionMode selectionMode) |
OctaveInterestPointFinder<T> |
FinderMode.Logging.finder(InterestPointDetector<T> detector,
IPDSelectionMode selectionMode) |
OctaveInterestPointFinder<T> |
FinderMode.Characteristic.finder(InterestPointDetector<T> detector,
IPDSelectionMode selectionMode) |
Constructor and Description |
---|
AbstractIPDSIFTEngine(InterestPointDetector<T> detector)
Initiate the engine with a given detector.
|
EllipticIPDSIFTEngine(InterestPointDetector<EllipticInterestPointData> detector)
Default constructor of
AbstractIPDSIFTEngine.AbstractIPDSIFTEngine(InterestPointDetector) |
IPDSIFTEngine(InterestPointDetector<InterestPointData> detector) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStructureTensorIPD
Abstract base class for an interest point detector which uses derivatives or
the (multiscale) structure tensor.
|
class |
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/
|
class |
HarrisIPD |
class |
HessianIPD |
class |
LaplaceIPD |
class |
QuadratureIPD |
class |
RidgeIPD |
Modifier and Type | Method and Description |
---|---|
<T extends InterestPointData> |
IPDSelectionMode.selectPoints(InterestPointDetector<T> detector) |
<T extends InterestPointData> |
IPDSelectionMode.Count.selectPoints(InterestPointDetector<T> detector) |
<T extends InterestPointData> |
IPDSelectionMode.All.selectPoints(InterestPointDetector<T> detector) |
<T extends InterestPointData> |
IPDSelectionMode.Threshold.selectPoints(InterestPointDetector<T> detector) |
Constructor and Description |
---|
IPDRepeatability(File image1f,
File image2f,
InterestPointDetector<T> ipd,
File homographyf)
Check the repeatability between two images from files, an interest point
detector used to find the feature points in the images and a homography
from a file.
|
IPDRepeatability(MBFImage image1,
MBFImage image2,
InterestPointDetector<T> ipd,
InputStream homographyf)
Two images, features extracted using ipd, homography found in stream.
|
IPDRepeatability(MBFImage image1,
MBFImage image2,
InterestPointDetector<T> ipd,
Jama.Matrix homography)
Two images, features extracted using ipd, homography matrix between the
two images
|