Uses of Interface
boofcv.abst.feature.detect.intensity.GeneralFeatureIntensity
Packages that use GeneralFeatureIntensity
Package
Description
-
Uses of GeneralFeatureIntensity in boofcv.abst.feature.detect.intensity
Classes in boofcv.abst.feature.detect.intensity that implement GeneralFeatureIntensityModifier and TypeClassDescriptionclassBaseGeneralFeatureIntensity<I extends ImageGray<I>,D extends ImageGray<D>> Provides some basic functionality for implementingGeneralFeatureIntensity.classWrapperFastCornerIntensity<I extends ImageGray<I>,D extends ImageGray<D>> Wrapper aroundFastCornerDetectorforGeneralFeatureIntensity.classWrapperGradientCornerIntensity<I extends ImageGray<I>,D extends ImageGray<D>> Wrapper around children ofGradientCornerIntensity.classWrapperHessianDerivBlobIntensity<I extends ImageGray<I>,D extends ImageGray<D>> Wrapper aroundHessianBlobIntensityforGeneralFeatureIntensity.classWrapperHessianThreeImageDetIntensity<I extends ImageGray<I>,D extends ImageGray<D>> Computes the Hessian determinant directory from the input image.classWrapperKitRosCornerIntensity<I extends ImageGray<I>,D extends ImageGray<D>> Wrapper around children ofGradientCornerIntensity.classWrapperLaplacianBlobIntensity<I extends ImageGray<I>,D extends ImageGray<D>> Wrapper aroundDerivativeLaplacianforBaseGeneralFeatureIntensity.classWrapperMedianCornerIntensity<I extends ImageGray<I>,D extends ImageGray<D>> Wrapper around children ofMedianCornerIntensity. -
Uses of GeneralFeatureIntensity in boofcv.alg.feature.detect.interest
Fields in boofcv.alg.feature.detect.interest declared as GeneralFeatureIntensityModifier and TypeFieldDescriptionprotected GeneralFeatureIntensity<I,D> GeneralFeatureDetector.intensityConstructors in boofcv.alg.feature.detect.interest with parameters of type GeneralFeatureIntensityModifierConstructorDescriptionGeneralFeatureDetector(GeneralFeatureIntensity<I, D> intensity, @Nullable NonMaxSuppression extractorMin, @Nullable NonMaxSuppression extractorMax, FeatureSelectLimitIntensity<Point2D_I16> selectMax) Specifies which algorithms to use and configures the detector. -
Uses of GeneralFeatureIntensity in boofcv.factory.feature.detect.extract
Methods in boofcv.factory.feature.detect.extract with parameters of type GeneralFeatureIntensityModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,D extends ImageGray<D>>
GeneralFeatureDetector<I,D> FactoryFeatureExtractor.general(GeneralFeatureIntensity<I, D> intensity, @Nullable NonMaxSuppression extractorMin, @Nullable NonMaxSuppression extractorMax, FeatureSelectLimitIntensity<Point2D_I16> selector, int maxFeatures) Creates a generalized feature detector/extractor that adds n-best capability toNonMaxSuppressionand performs other house keeping tasks. -
Uses of GeneralFeatureIntensity in boofcv.factory.feature.detect.intensity
Methods in boofcv.factory.feature.detect.intensity that return GeneralFeatureIntensityModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,D extends ImageGray<D>>
GeneralFeatureIntensity<I,D> Feature intensity for Fast corner detector.static <I extends ImageGray<I>,D extends ImageGray<D>>
GeneralFeatureIntensity<I,D> Feature intensity for Harris corner detector.static <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.static <I extends ImageGray<I>,D extends ImageGray<D>>
GeneralFeatureIntensity<I,D> FactoryIntensityPoint.hessianDet(Class<I> imageType) Computes the Hessian determinant directly from the input image pixels.static <I extends ImageGray<I>,D extends ImageGray<D>>
GeneralFeatureIntensity<I,D> Feature intensity for Kitchen and Rosenfeld corner detector.static <I extends ImageGray<I>>
GeneralFeatureIntensity<I,?> Blob detector which uses a 3x3 kernel to approximate the second order derivatives and compute a Laplacian blob.static <I extends ImageGray<I>,D extends ImageGray<D>>
GeneralFeatureIntensity<I,D> Feature intensity for median corner detector.static <I extends ImageGray<I>,D extends ImageGray<D>>
GeneralFeatureIntensity<I,D> Feature intensity for KLT corner detector. -
Uses of GeneralFeatureIntensity in boofcv.factory.feature.detect.interest
Methods in boofcv.factory.feature.detect.interest with parameters of type GeneralFeatureIntensityModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.createGeneral(GeneralFeatureIntensity<T, D> intensity, ConfigGeneralDetector config)