Uses of Enum Class
boofcv.alg.feature.detect.intensity.HessianBlobIntensity.Type
Packages that use HessianBlobIntensity.Type
Package
Description
-
Uses of HessianBlobIntensity.Type in boofcv.abst.feature.detect.intensity
Constructors in boofcv.abst.feature.detect.intensity with parameters of type HessianBlobIntensity.TypeModifierConstructorDescriptionWrapperHessianDerivBlobIntensity(HessianBlobIntensity.Type type, Class<D> derivType) -
Uses of HessianBlobIntensity.Type in boofcv.alg.feature.detect.intensity
Methods in boofcv.alg.feature.detect.intensity that return HessianBlobIntensity.TypeModifier and TypeMethodDescriptionstatic HessianBlobIntensity.TypeReturns 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
Methods in boofcv.factory.feature.detect.intensity with parameters of type HessianBlobIntensity.TypeModifier 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
Methods in boofcv.factory.feature.detect.interest with parameters of type HessianBlobIntensity.TypeModifier 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.