| Package | Description |
|---|---|
| boofcv.factory.feature.describe | |
| boofcv.factory.feature.detdesc | |
| boofcv.factory.feature.detect.interest |
| Modifier and Type | Method and Description |
|---|---|
static DescribeRegionPoint<ImageFloat32,SurfFeature> |
FactoryDescribeRegionPoint.sift(ConfigSiftScaleSpace configSS,
ConfigSiftDescribe configDescribe)
Creates a standard SIFT region descriptor.
|
| 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 InterestPointDetector<ImageFloat32> |
FactoryInterestPoint.siftDetector(ConfigSiftScaleSpace configSS,
ConfigSiftDetector configDetector)
Creates a SIFT feature detector.
|
Copyright © 2013. All Rights Reserved.