Modifier and Type | Method and Description |
---|---|
EllipticInterestPointData |
AffineInterestPointKeypoint.createEmptyLocation() |
Modifier and Type | Method and Description |
---|---|
void |
AffineInterestPointFeatureCollector.foundInterestPoint(FImage image,
EllipticInterestPointData point) |
void |
AffineInterestPointFeatureCollector.foundInterestPoint(FImage image,
EllipticInterestPointData point,
double octaveSize) |
Constructor and Description |
---|
AffineInterestPointKeypoint(OrientedFeatureVector feature,
EllipticInterestPointData point)
Construct with the given feature and location/transform
|
Modifier and Type | Method and Description |
---|---|
InterestPointFeatureCollector<EllipticInterestPointData> |
EllipticIPDSIFTEngine.constructCollector(InterestPointGradientFeatureExtractor extractor) |
Constructor and Description |
---|
EllipticIPDSIFTEngine(MultiscaleInterestPointDetector<EllipticInterestPointData> detector)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
EllipticInterestPointData |
EllipticInterestPointData.clone() |
Modifier and Type | Method and Description |
---|---|
List<EllipticInterestPointData> |
AffineAdaption.getInterestPoints() |
List<EllipticInterestPointData> |
AffineAdaption.getInterestPoints(float threshold) |
List<EllipticInterestPointData> |
AffineAdaption.getInterestPoints(int npoints) |
Modifier and Type | Method and Description |
---|---|
static IPDRepeatability<EllipticInterestPointData> |
IPDRepeatability.repeatability(Image<?,?> img1,
Image<?,?> img2,
List<Ellipse> e1,
List<Ellipse> e2,
Jama.Matrix transform,
double maximumDistanceMultiple)
Generates and initialises a new Repeatability instance.
|
Modifier and Type | Method and Description |
---|---|
List<EllipticInterestPointData> |
LOCKY.getInterestPoints() |
List<EllipticInterestPointData> |
LOCKY.getInterestPoints(float threshold) |
List<EllipticInterestPointData> |
LOCKY.getInterestPoints(int npoints) |