Uses of Class
boofcv.alg.feature.detect.interest.SiftDetector
Package
Description
-
Uses of SiftDetector in boofcv.abst.feature.detect.interest
ModifierConstructorDescriptionWrapSiftDetector
(SiftScaleSpace ss, SiftDetector detector, Class<T> inputType) -
Uses of SiftDetector in boofcv.alg.feature.detdesc
ModifierConstructorDescriptionCompleteSift
(SiftScaleSpace scaleSpace, SiftDetector detector, OrientationHistogramSift<GrayF32> orientation, DescribePointSift<GrayF32> describe) Configures SIFTCompleteSift_MT
(SiftScaleSpace scaleSpace, SiftDetector detector, BoofLambdas.Factory<OrientationHistogramSift<GrayF32>> factoryOrientation, BoofLambdas.Factory<DescribePointSift<GrayF32>> factoryDescribe) Configures and specifies internal algorithms -
Uses of SiftDetector in boofcv.factory.feature.detect.interest
Modifier and TypeMethodDescriptionstatic SiftDetector
FactoryInterestPointAlgs.sift
(@Nullable ConfigSiftDetector configDetector) Creates a SIFT detector