Uses of Class
boofcv.alg.feature.detect.interest.FastHessianFeatureDetector
Packages that use FastHessianFeatureDetector
Package
Description
-
Uses of FastHessianFeatureDetector in boofcv.abst.feature.detdesc
Fields in boofcv.abst.feature.detdesc declared as FastHessianFeatureDetectorModifier and TypeFieldDescriptionprotected FastHessianFeatureDetector<II>Surf_DetectDescribe.detectorConstructors in boofcv.abst.feature.detdesc with parameters of type FastHessianFeatureDetectorModifierConstructorDescriptionSurf_DetectDescribe(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurf<II> describe, Class<T> imageType) Surf_DetectDescribe_MT(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurf<II> describe, Class<T> inputType) -
Uses of FastHessianFeatureDetector in boofcv.abst.feature.detect.interest
Constructors in boofcv.abst.feature.detect.interest with parameters of type FastHessianFeatureDetectorModifierConstructorDescriptionWrapFHtoInterestPoint(FastHessianFeatureDetector<II> detector, Class<T> inputType) -
Uses of FastHessianFeatureDetector in boofcv.alg.feature.detdesc
Fields in boofcv.alg.feature.detdesc declared as FastHessianFeatureDetectorModifier and TypeFieldDescriptionprotected FastHessianFeatureDetector<II>DetectDescribeSurfPlanar.detectorConstructors in boofcv.alg.feature.detdesc with parameters of type FastHessianFeatureDetectorModifierConstructorDescriptionDetectDescribeSurfPlanar(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describe) DetectDescribeSurfPlanar_MT(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describe) -
Uses of FastHessianFeatureDetector in boofcv.factory.feature.detdesc
Methods in boofcv.factory.feature.detdesc with parameters of type FastHessianFeatureDetectorModifier and TypeMethodDescriptionprotected static <II extends ImageGray<II>>
DetectDescribeSurfPlanar<II>FactoryDetectDescribe.createDescribeSurfPlanar(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describeMulti) -
Uses of FastHessianFeatureDetector in boofcv.factory.feature.detect.interest
Methods in boofcv.factory.feature.detect.interest that return FastHessianFeatureDetectorModifier and TypeMethodDescriptionstatic <II extends ImageGray<II>>
FastHessianFeatureDetector<II>FactoryInterestPointAlgs.fastHessian(@Nullable ConfigFastHessian config) Creates a Fast Hessian blob detector used by SURF.