Package | Description |
---|---|
org.openimaj.image.feature.local.detector.ipd.collector | |
org.openimaj.image.feature.local.engine.ipd | |
org.openimaj.image.feature.local.interest |
Modifier and Type | Class and Description |
---|---|
class |
AffineInterestPointKeypoint
A keypoint with an elliptical shape from an affine transform.
|
class |
CircularInterestPointKeypoint
A keypoint with circular support
|
Modifier and Type | Field and Description |
---|---|
protected MemoryLocalFeatureList<InterestPointKeypoint<T>> |
InterestPointFeatureCollector.features |
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<InterestPointKeypoint<T>> |
InterestPointFeatureCollector.getFeatures() |
Modifier and Type | Method and Description |
---|---|
LocalFeatureList<InterestPointKeypoint<T>> |
AbstractIPDSIFTEngine.findFeatures(FImage image)
Find the interest points using the provided detector and extract a SIFT
descriptor per point.
|
Modifier and Type | Method and Description |
---|---|
static <T,Q extends Image<T,Q> & SinglebandImageProcessor.Processable<Float,FImage,Q>> |
InterestPointVisualiser.visualiseKeypoints(Q image,
List<? extends InterestPointKeypoint<? extends InterestPointData>> keys)
Extract ellipses from second moment matricies of interest point keypoints
|