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