Uses of Class
boofcv.alg.feature.describe.DescribePointRawPixels
Packages that use DescribePointRawPixels
Package
Description
-
Uses of DescribePointRawPixels in boofcv.abst.feature.describe
Constructors in boofcv.abst.feature.describe with parameters of type DescribePointRawPixelsModifierConstructorDescriptionDescribePointRawPixels_RadiusAngle(DescribePointRawPixels<T, TD> alg, Class<T> imageType) -
Uses of DescribePointRawPixels in boofcv.alg.feature.describe.impl
Subclasses of DescribePointRawPixels in boofcv.alg.feature.describe.implModifier and TypeClassDescriptionclassImplementation ofDescribePointRawPixels.classImplementation ofDescribePointRawPixels. -
Uses of DescribePointRawPixels in boofcv.factory.feature.describe
Methods in boofcv.factory.feature.describe that return DescribePointRawPixelsModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,TD extends TupleDesc<TD>>
DescribePointRawPixels<T,TD> FactoryDescribeAlgs.pixelRegion(int regionWidth, int regionHeight, Class<T> imageType)