Uses of Enum Class
boofcv.alg.feature.detect.intensity.HessianBlobIntensity.Type
Package
Description
-
Uses of HessianBlobIntensity.Type in boofcv.abst.feature.detect.intensity
ModifierConstructorDescriptionWrapperHessianDerivBlobIntensity
(HessianBlobIntensity.Type type, Class<D> derivType) -
Uses of HessianBlobIntensity.Type in boofcv.alg.feature.detect.intensity
Modifier and TypeMethodDescriptionstatic HessianBlobIntensity.Type
Returns the enum constant of this class with the specified name.static HessianBlobIntensity.Type[]
HessianBlobIntensity.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HessianBlobIntensity.Type in boofcv.factory.feature.detect.intensity
Modifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,
D extends ImageGray<D>>
GeneralFeatureIntensity<I,D> FactoryIntensityPoint.hessian
(HessianBlobIntensity.Type type, Class<D> derivType) Blob detector which uses the image's second order derivatives directly. -
Uses of HessianBlobIntensity.Type in boofcv.factory.feature.detect.interest
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.createHessianDeriv
(@Nullable ConfigGeneralDetector configDetector, HessianBlobIntensity.Type type, Class<D> derivType) Creates a Hessian based blob detector.static <T extends ImageGray<T>,
D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.createHessianDirect
(HessianBlobIntensity.Type type, @Nullable ConfigGeneralDetector configDetector, Class<T> imageType) Creates a Hessian based blob detector.