Uses of Interface
boofcv.abst.feature.detect.interest.FeatureSets
Packages that use FeatureSets
-
Uses of FeatureSets in boofcv.abst.feature.detdesc
Subinterfaces of FeatureSets in boofcv.abst.feature.detdescModifier and TypeInterfaceDescriptioninterfaceDetectDescribePoint<T extends ImageBase<T>,Desc extends TupleDesc<Desc>> Interface for detecting and describing point features.Classes in boofcv.abst.feature.detdesc that implement FeatureSetsModifier and TypeClassDescriptionclassCompleteSift_DetectDescribe<I extends ImageGray<I>>Wrapper aroundCompleteSiftforDetectDescribePoint.classDetectDescribeConvertTuple<Image extends ImageBase<Image>,In extends TupleDesc<In>, Out extends TupleDesc<Out>> Used to convert the TupleDesc type.classDetectDescribeFusion<T extends ImageGray<T>,TD extends TupleDesc<TD>> Wrapper class around independent feature detectors, region orientation, and descriptors, that allow them to be used as a single integrated unit.classDetectDescribePointAbstract<T extends ImageBase<T>,Desc extends TupleDesc<Desc>> Abstract class with default implementations of functions.classSurf_DetectDescribe<T extends ImageGray<T>,II extends ImageGray<II>> Wrapper around SURF algorithms forDetectDescribePoint.classSurf_DetectDescribe_MT<T extends ImageGray<T>,II extends ImageGray<II>> Concurrent implementations ofSurf_DetectDescribe.classSurfPlanar_to_DetectDescribe<T extends ImageGray<T>,II extends ImageGray<II>> Wrapper aroundDetectDescribeSurfPlanarforDetectDescribePoint. -
Uses of FeatureSets in boofcv.abst.feature.detect.interest
Subinterfaces of FeatureSets in boofcv.abst.feature.detect.interestModifier and TypeInterfaceDescriptioninterfaceInterestPointDetector<T extends ImageBase>Interface for automatic interest point detection in an image.Classes in boofcv.abst.feature.detect.interest that implement FeatureSetsModifier and TypeClassDescriptionclassFastToInterestPoint<T extends ImageGray<T>>Provides a wrapper around a fast corner detector forInterestPointDetectorno non-maximum suppression will be doneclassGeneralToInterestPoint<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundGeneralFeatureDetectorto make it compatible withInterestPointDetector.classInterestPointDetectorAbstract<T extends ImageBase<T>>Implements most functions and provides reasonable default values.classInterestPointDetectorOverride<T extends ImageGray<T>>Provides the capability to tack on a different algorithm for the feature's location, scale, and orientation.classWrapFHtoInterestPoint<T extends ImageGray<T>,II extends ImageGray<II>> Wrapper aroundFastHessianFeatureDetectorforInterestPointDetector.classWrapFLPtoInterestPoint<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundFeatureLaplacePyramidforInterestPointDetector.classWrapFPtoInterestPoint<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundFeaturePyramidforInterestPointDetector.classWrapSiftDetector<T extends ImageGray<T>>Wrapper aroundSiftDetectorforInterestPointDetector.