| Package | Description |
|---|---|
| boofcv.factory.feature.describe | |
| boofcv.factory.feature.detdesc |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageMultiBand,II extends ImageSingleBand> |
FactoryDescribeRegionPoint.surfColorFast(ConfigSurfDescribe.Speed config,
ImageType<T> imageType)
Color variant of the SURF descriptor which has been designed for speed and sacrifices some stability.
|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDescribeRegionPoint.surfFast(ConfigSurfDescribe.Speed config,
Class<T> bandType)
Creates a SURF descriptor.
|
static <T extends ImageSingleBand> |
FactoryDescribePointAlgs.surfSpeed(ConfigSurfDescribe.Speed config,
Class<T> imageType) |
| 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 ImageSingleBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfFast(ConfigFastHessian configDetector,
ConfigSurfDescribe.Speed configDesc,
ConfigAverageIntegral configOrientation,
Class<T> imageType)
Creates a SURF descriptor.
|
Copyright © 2013. All Rights Reserved.