| Package | Description |
|---|---|
| boofcv.factory.feature.detdesc | |
| boofcv.factory.feature.detect.interest |
| Modifier and Type | Method and Description |
|---|---|
static DetectDescribePoint<ImageFloat32,SurfFeature> |
FactoryDetectDescribe.sift(ConfigSiftScaleSpace configSS,
ConfigSiftDetector configDetector,
ConfigSiftOrientation configOri,
ConfigSiftDescribe configDesc)
Creates a new SIFT feature detector and describer.
|
| Modifier and Type | Method and Description |
|---|---|
static SiftDetector |
FactoryInterestPointAlgs.siftDetector(ConfigSiftDetector config)
Creates a SIFT feature detector.
|
static InterestPointDetector<ImageFloat32> |
FactoryInterestPoint.siftDetector(ConfigSiftScaleSpace configSS,
ConfigSiftDetector configDetector)
Creates a SIFT feature detector.
|
Copyright © 2013. All Rights Reserved.