public class AffineInterestPointFeatureCollector extends InterestPointFeatureCollector<EllipticInterestPointData>
extractor, features| Constructor and Description |
|---|
AffineInterestPointFeatureCollector(InterestPointGradientFeatureExtractor extractor) |
| Modifier and Type | Method and Description |
|---|---|
void |
foundInterestPoint(FImage image,
EllipticInterestPointData point)
Collect interest points from a single image
|
void |
foundInterestPoint(FImage image,
EllipticInterestPointData point,
double octaveSize)
Collect interest points from an image known to be in a pyramid with a given octave size
|
getFeaturespublic AffineInterestPointFeatureCollector(InterestPointGradientFeatureExtractor extractor)
extractor - public void foundInterestPoint(FImage image, EllipticInterestPointData point)
InterestPointFeatureCollectorfoundInterestPoint in class InterestPointFeatureCollector<EllipticInterestPointData>public void foundInterestPoint(FImage image, EllipticInterestPointData point, double octaveSize)
InterestPointFeatureCollectorfoundInterestPoint in class InterestPointFeatureCollector<EllipticInterestPointData>