| Package | Description |
|---|---|
| boofcv.abst.feature.detect.extract | |
| boofcv.alg.feature.detect.interest | |
| boofcv.alg.feature.detect.line | |
| boofcv.factory.feature.detect.extract |
| Modifier and Type | Class and Description |
|---|---|
class |
WrapperNonMaxCandidate
Wrapper around the
NonMaxCandidateStrict class. |
class |
WrapperNonMaximumBlock
Wrapper around the
NonMaxExtractorNaive class. |
class |
WrapperNonMaximumNaive
Wrapper around the
NonMaxExtractorNaive class. |
| Modifier and Type | Field and Description |
|---|---|
protected NonMaxSuppression |
GeneralFeatureDetector.extractor |
| Constructor and Description |
|---|
FastHessianFeatureDetector(NonMaxSuppression extractor,
int maxFeaturesPerScale,
int initialSampleRate,
int initialSize,
int numberScalesPerOctave,
int numberOfOctaves)
Defines the feature detector by specifying the size of features.
|
GeneralFeatureDetector(GeneralFeatureIntensity<I,D> intensity,
NonMaxSuppression extractor)
Specifies which algorithms to use and configures the detector.
|
SiftDetector(NonMaxSuppression extractor,
int maxFeaturesPerScale,
double edgeThreshold)
Configures SIFT
|
| Constructor and Description |
|---|
HoughTransformLineFootOfNorm(NonMaxSuppression extractor,
int minDistanceFromOrigin)
Specifies parameters of transform.
|
HoughTransformLinePolar(NonMaxSuppression extractor,
int numBinsRange,
int numBinsAngle)
Specifies parameters of transform.
|
| 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..
|
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryFeatureExtractor.general(GeneralFeatureIntensity<I,D> intensity,
NonMaxSuppression extractor,
int maxFeatures)
Creates a generalized feature detector/extractor that adds n-best capability to
NonMaxSuppression
and performs other house keeping tasks. |
Copyright © 2013. All Rights Reserved.