| Package | Description |
|---|---|
| boofcv.factory.feature.describe | |
| boofcv.factory.feature.detdesc |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageBase,II extends ImageSingleBand> |
FactoryDescribeRegionPoint.surfColorStable(ConfigSurfDescribe.Stablility config,
ImageType<T> imageType)
Color variant of the SURF descriptor which has been designed for stability.
|
static <T extends ImageSingleBand> |
FactoryDescribePointAlgs.surfStability(ConfigSurfDescribe.Stablility config,
Class<T> imageType) |
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDescribeRegionPoint.surfStable(ConfigSurfDescribe.Stablility config,
Class<T> imageType)
Creates a SURF descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
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.surfStable(ConfigFastHessian configDetector,
ConfigSurfDescribe.Stablility configDescribe,
ConfigSlidingIntegral configOrientation,
Class<T> imageType)
Creates a SURF descriptor.
|
Copyright © 2013. All Rights Reserved.