Uses of Class
boofcv.alg.feature.detect.interest.FastHessianFeatureDetector
Package
Description
-
Uses of FastHessianFeatureDetector in boofcv.abst.feature.detdesc
Modifier and TypeFieldDescriptionprotected FastHessianFeatureDetector<II>
Surf_DetectDescribe.detector
ModifierConstructorDescriptionSurf_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
ModifierConstructorDescriptionWrapFHtoInterestPoint
(FastHessianFeatureDetector<II> detector, Class<T> inputType) -
Uses of FastHessianFeatureDetector in boofcv.alg.feature.detdesc
Modifier and TypeFieldDescriptionprotected FastHessianFeatureDetector<II>
DetectDescribeSurfPlanar.detector
ModifierConstructorDescriptionDetectDescribeSurfPlanar
(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
Modifier 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
Modifier and TypeMethodDescriptionstatic <II extends ImageGray<II>>
FastHessianFeatureDetector<II>FactoryInterestPointAlgs.fastHessian
(@Nullable ConfigFastHessian config) Creates a Fast Hessian blob detector used by SURF.