Uses of Class
boofcv.alg.feature.detect.interest.SiftDetector
Packages that use SiftDetector
Package
Description
-
Uses of SiftDetector in boofcv.abst.feature.detect.interest
Constructors in boofcv.abst.feature.detect.interest with parameters of type SiftDetectorModifierConstructorDescriptionWrapSiftDetector(SiftScaleSpace ss, SiftDetector detector, Class<T> inputType) -
Uses of SiftDetector in boofcv.alg.feature.detdesc
Constructors in boofcv.alg.feature.detdesc with parameters of type SiftDetectorModifierConstructorDescriptionCompleteSift(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
Methods in boofcv.factory.feature.detect.interest that return SiftDetectorModifier and TypeMethodDescriptionstatic SiftDetectorFactoryInterestPointAlgs.sift(@Nullable ConfigSiftDetector configDetector) Creates a SIFT detector