| Package | Description |
|---|---|
| boofcv.factory.feature.detdesc | |
| boofcv.factory.feature.detect.interest |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfColorFast(ConfigFastHessian configDetector,
ConfigSurfDescribe.Speed configDesc,
ConfigAverageIntegral configOrientation,
ImageType<T> imageType)
Color version of SURF stable.
|
static <T extends ImageMultiBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfColorStable(ConfigFastHessian configDetector,
ConfigSurfDescribe.Stablility configDescribe,
ConfigSlidingIntegral configOrientation,
ImageType<T> imageType)
Color version of SURF stable feature.
|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfFast(ConfigFastHessian configDetector,
ConfigSurfDescribe.Speed configDesc,
ConfigAverageIntegral configOrientation,
Class<T> imageType)
Creates a SURF descriptor.
|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfStable(ConfigFastHessian configDetector,
ConfigSurfDescribe.Stablility configDescribe,
ConfigSlidingIntegral configOrientation,
Class<T> imageType)
Creates a SURF descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static <II extends ImageSingleBand> |
FactoryInterestPointAlgs.fastHessian(ConfigFastHessian config)
Creates a Fast Hessian blob detector used by SURF.
|
static <T extends ImageSingleBand> |
FactoryInterestPoint.fastHessian(ConfigFastHessian config)
Creates a
FastHessianFeatureDetector detector which is wrapped inside
an InterestPointDetector |
Copyright © 2013. All Rights Reserved.