| Constructor and Description |
|---|
WrapperHessianBlobIntensity(HessianBlobIntensity.Type type,
Class<D> derivType) |
| Modifier and Type | Method and Description |
|---|---|
static HessianBlobIntensity.Type |
HessianBlobIntensity.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HessianBlobIntensity.Type[] |
HessianBlobIntensity.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,D extends ImageSingleBand> |
FactoryDetectPoint.createHessian(HessianBlobIntensity.Type type,
ConfigGeneralDetector configDetector,
Class<D> derivType)
Creates a Hessian based blob detector.
|
Copyright © 2013. All Rights Reserved.