Uses of Class
boofcv.alg.feature.describe.DescribePointSurf
Packages that use DescribePointSurf
Package
Description
-
Uses of DescribePointSurf in boofcv.abst.feature.describe
Fields in boofcv.abst.feature.describe declared as DescribePointSurfConstructors in boofcv.abst.feature.describe with parameters of type DescribePointSurfModifierConstructorDescriptionDescribeSurf_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
Fields in boofcv.abst.feature.detdesc declared as DescribePointSurfConstructors in boofcv.abst.feature.detdesc with parameters of type DescribePointSurfModifierConstructorDescriptionSurf_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
Subclasses of DescribePointSurf in boofcv.alg.feature.describeModifier and TypeClassDescriptionclass
DescribePointSurfMod<II extends ImageGray<II>>
Modified SURF descriptor which attempts to smooth out edge conditions.Methods in boofcv.alg.feature.describe that return DescribePointSurfModifier and TypeMethodDescriptionDescribePointSurf.copy()
Creates a new instance with the same configurationDescribePointSurfMod.copy()
Creates a new instance with the same configurationDescribePointSurfPlanar.getDescribe()
Constructors in boofcv.alg.feature.describe with parameters of type DescribePointSurfModifierConstructorDescriptionDescribePointSurfPlanar
(DescribePointSurf<II> describe, int numBands) -
Uses of DescribePointSurf in boofcv.factory.feature.describe
Methods in boofcv.factory.feature.describe that return DescribePointSurfModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointSurf<T>FactoryDescribeAlgs.surfSpeed
(ConfigSurfDescribe.Fast config, Class<T> imageType) Methods in boofcv.factory.feature.describe with parameters of type DescribePointSurfModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointSurfPlanar<T>FactoryDescribeAlgs.surfColor
(DescribePointSurf<T> describe, int numBands)