| Package | Description |
|---|---|
| boofcv.abst.feature.detect.interest | |
| boofcv.factory.feature.detect.interest |
| Constructor and Description |
|---|
WrapFPtoInterestPoint(FeaturePyramid<T,D> detector,
PyramidFloat<T> ss) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,D extends ImageSingleBand> |
FactoryInterestPointAlgs.harrisPyramid(int extractRadius,
float detectThreshold,
int maxFeatures,
Class<T> imageType,
Class<D> derivType)
Creates a
FeaturePyramid which is uses the Harris corner detector. |
static <T extends ImageSingleBand,D extends ImageSingleBand> |
FactoryInterestPointAlgs.hessianPyramid(int extractRadius,
float detectThreshold,
int maxFeatures,
Class<T> imageType,
Class<D> derivType)
Creates a
FeaturePyramid which is uses a hessian blob detector. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,D extends ImageSingleBand> |
FactoryInterestPoint.wrapDetector(FeaturePyramid<T,D> feature,
double[] scales,
boolean pyramid,
Class<T> inputType)
Wraps
FeaturePyramid inside an InterestPointDetector. |
Copyright © 2013. All Rights Reserved.