Package | Description |
---|---|
org.openimaj.image.feature.local.interest | |
org.openimaj.image.feature.local.interest.experiment | |
org.openimaj.workinprogress |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiscaleInterestPointDetector<T extends InterestPointData>
A multiscale detector of interest points.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
LOCKY |