Uses of Class
boofcv.alg.feature.describe.DescribePointSurfPlanar
Package
Description
-
Uses of DescribePointSurfPlanar in boofcv.abst.feature.describe
ModifierConstructorDescriptionDescribeSurfPlanar_RadiusAngle
(DescribePointSurfPlanar<II> alg, Class<T> imageType, Class<II> integralType) -
Uses of DescribePointSurfPlanar in boofcv.alg.feature.describe
-
Uses of DescribePointSurfPlanar in boofcv.alg.feature.detdesc
Modifier and TypeFieldDescriptionprotected DescribePointSurfPlanar<II>
DetectDescribeSurfPlanar.describe
ModifierConstructorDescriptionDetectDescribeSurfPlanar
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describe) DetectDescribeSurfPlanar_MT
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describe) -
Uses of DescribePointSurfPlanar in boofcv.factory.feature.describe
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointSurfPlanar<T>FactoryDescribeAlgs.surfColor
(DescribePointSurf<T> describe, int numBands) -
Uses of DescribePointSurfPlanar 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)