Uses of Class
boofcv.alg.feature.describe.DescribePointSurfPlanar
Packages that use DescribePointSurfPlanar
Package
Description
-
Uses of DescribePointSurfPlanar in boofcv.abst.feature.describe
Constructors in boofcv.abst.feature.describe with parameters of type DescribePointSurfPlanarModifierConstructorDescriptionDescribeSurfPlanar_RadiusAngle
(DescribePointSurfPlanar<II> alg, Class<T> imageType, Class<II> integralType) -
Uses of DescribePointSurfPlanar in boofcv.alg.feature.describe
Methods in boofcv.alg.feature.describe that return DescribePointSurfPlanar -
Uses of DescribePointSurfPlanar in boofcv.alg.feature.detdesc
Fields in boofcv.alg.feature.detdesc declared as DescribePointSurfPlanarModifier and TypeFieldDescriptionprotected DescribePointSurfPlanar<II>
DetectDescribeSurfPlanar.describe
Methods in boofcv.alg.feature.detdesc that return DescribePointSurfPlanarConstructors in boofcv.alg.feature.detdesc with parameters of type DescribePointSurfPlanarModifierConstructorDescriptionDetectDescribeSurfPlanar
(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
Methods in boofcv.factory.feature.describe that return DescribePointSurfPlanarModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointSurfPlanar<T>FactoryDescribeAlgs.surfColor
(DescribePointSurf<T> describe, int numBands) -
Uses of DescribePointSurfPlanar in boofcv.factory.feature.detdesc
Methods in boofcv.factory.feature.detdesc with parameters of type DescribePointSurfPlanarModifier and TypeMethodDescriptionprotected static <II extends ImageGray<II>>
DetectDescribeSurfPlanar<II>FactoryDetectDescribe.createDescribeSurfPlanar
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describeMulti)