| Package | Description |
|---|---|
| boofcv.factory.feature.detdesc | |
| boofcv.factory.feature.orientation |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static <II extends ImageSingleBand> |
FactoryOrientationAlgs.sliding_ii(ConfigSlidingIntegral config,
Class<II> integralType)
Estimates the orientation of a region by using a sliding window across the different potential
angles.
|
Copyright © 2013. All Rights Reserved.