| Package | Description |
|---|---|
| boofcv.factory.feature.detdesc | |
| boofcv.factory.feature.orientation |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <II extends ImageSingleBand> |
FactoryOrientationAlgs.average_ii(ConfigAverageIntegral config,
Class<II> integralType) |
Copyright © 2013. All Rights Reserved.