| Package | Description |
|---|---|
| boofcv.abst.feature.describe | |
| boofcv.abst.feature.detdesc | |
| boofcv.alg.feature.describe | |
| boofcv.factory.feature.describe |
| Constructor and Description |
|---|
WrapDescribeSurf(DescribePointSurf<II> surf,
Class<T> imageType) |
| Constructor and Description |
|---|
WrapDetectDescribeSurf(FastHessianFeatureDetector<II> detector,
OrientationIntegral<II> orientation,
DescribePointSurf<II> describe) |
| Modifier and Type | Class and Description |
|---|---|
class |
DescribePointSurfMod<II extends ImageSingleBand>
Modified SURF descriptor which attempts to smooth out edge conditions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePointSurf<II> |
DescribePointSurfMultiSpectral.getDescribe() |
| Constructor and Description |
|---|
DescribePointSurfMultiSpectral(DescribePointSurf<II> describe,
int numBands) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryDescribePointAlgs.surfSpeed(ConfigSurfDescribe.Speed config,
Class<T> imageType) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryDescribePointAlgs.surfColor(DescribePointSurf<T> describe,
int numBands) |
Copyright © 2013. All Rights Reserved.