Uses of Class
boofcv.alg.feature.describe.DescribePointSurf
Package
Description
-
Uses of DescribePointSurf in boofcv.abst.feature.describe
ModifierConstructorDescriptionDescribeSurf_Point
(DescribePointSurf<II> surf, OrientationIntegral<II> orientation, double regionRadius, Class<T> imageType) DescribeSurf_RadiusAngle
(DescribePointSurf<II> surf, Class<T> imageType) -
Uses of DescribePointSurf in boofcv.abst.feature.detdesc
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 DescribePointSurf in boofcv.alg.feature.describe
Modifier and TypeClassDescriptionclass
DescribePointSurfMod<II extends ImageGray<II>>
Modified SURF descriptor which attempts to smooth out edge conditions.Modifier and TypeMethodDescriptionDescribePointSurf.copy()
Creates a new instance with the same configurationDescribePointSurfMod.copy()
Creates a new instance with the same configurationDescribePointSurfPlanar.getDescribe()
ModifierConstructorDescriptionDescribePointSurfPlanar
(DescribePointSurf<II> describe, int numBands) -
Uses of DescribePointSurf in boofcv.factory.feature.describe
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointSurf<T>FactoryDescribeAlgs.surfSpeed
(ConfigSurfDescribe.Fast config, Class<T> imageType) Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointSurfPlanar<T>FactoryDescribeAlgs.surfColor
(DescribePointSurf<T> describe, int numBands)