Uses of Class
boofcv.alg.feature.describe.DescribePointSift
Package
Description
-
Uses of DescribePointSift in boofcv.abst.feature.describe
ModifierConstructorDescriptionDescribeSift_RadiusAngle
(SiftScaleSpace scaleSpace, DescribePointSift<GrayF32> describe, Class<T> imageType) -
Uses of DescribePointSift in boofcv.alg.feature.detdesc
ModifierConstructorDescriptionCompleteSift
(SiftScaleSpace scaleSpace, SiftDetector detector, OrientationHistogramSift<GrayF32> orientation, DescribePointSift<GrayF32> describe) Configures SIFT -
Uses of DescribePointSift in boofcv.factory.feature.describe
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DescribePointSift<T>FactoryDescribeAlgs.sift
(@Nullable ConfigSiftDescribe config, Class<T> derivType)