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