| Package | Description |
|---|---|
| boofcv.abst.feature.detect.extract | |
| boofcv.abst.feature.detect.interest | |
| boofcv.factory.feature.detect.extract |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigExtract.setTo(ConfigExtract orig) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigGeneralDetector
Configuration for
GeneralFeatureDetector. |
| Constructor and Description |
|---|
ConfigGeneralDetector(int maxFeatures,
ConfigExtract config) |
| Modifier and Type | Method and Description |
|---|---|
static NonMaxSuppression |
FactoryFeatureExtractor.nonmax(ConfigExtract config)
Standard non-max feature extractor.
|
static NonMaxSuppression |
FactoryFeatureExtractor.nonmaxCandidate(ConfigExtract config)
Non-max feature extractor which saves a candidate list of all the found local maximums..
|
Copyright © 2013. All Rights Reserved.