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
|
getFeatures
public CircularInterestPointFeatureCollector(InterestPointGradientFeatureExtractor extractor)
extractor
- public void foundInterestPoint(FImage image, InterestPointData point)
InterestPointFeatureCollector
foundInterestPoint
in class InterestPointFeatureCollector<InterestPointData>
public void foundInterestPoint(FImage image, InterestPointData point, double octaveSize)
InterestPointFeatureCollector
foundInterestPoint
in class InterestPointFeatureCollector<InterestPointData>