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