| Modifier and Type | Field and Description |
|---|---|
protected GeneralFeatureIntensity<I,D> |
GeneralFeatureDetector.intensity |
| Constructor and Description |
|---|
GeneralFeatureDetector(GeneralFeatureIntensity<I,D> intensity,
NonMaxSuppression extractor)
Specifies which algorithms to use and configures the detector.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryIntensityPoint.fast(int pixelTol,
int minCont,
Class<I> imageType)
Feature intensity for Fast corner detector.
|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryIntensityPoint.harris(int windowRadius,
float kappa,
boolean weighted,
Class<D> derivType)
Feature intensity for Harris corner detector.
|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryIntensityPoint.hessian(HessianBlobIntensity.Type type,
Class<D> derivType)
Blob detector which uses the image's second order derivatives directly.
|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryIntensityPoint.kitros(Class<D> derivType)
Feature intensity for Kitchen and Rosenfeld corner detector.
|
static <I extends ImageSingleBand> |
FactoryIntensityPoint.laplacian()
Blob detector which uses a 3x3 kernel to approximate the second order derivatives and compute a Laplacian
blob.
|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryIntensityPoint.median(int radius,
Class<I> imageType)
Feature intensity for median corner detector.
|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryIntensityPoint.shiTomasi(int windowRadius,
boolean weighted,
Class<D> derivType)
Feature intensity for KLT corner detector.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,D extends ImageSingleBand> |
FactoryDetectPoint.createGeneral(GeneralFeatureIntensity<T,D> intensity,
ConfigGeneralDetector config) |
Copyright © 2013. All Rights Reserved.