Uses of Interface
boofcv.abst.feature.detect.interest.FoundPointSO
-
Uses of FoundPointSO in boofcv.abst.feature.detdesc
Modifier and TypeInterfaceDescriptioninterface
DetectDescribePoint<T extends ImageBase<T>,
Desc extends TupleDesc<Desc>> Interface for detecting and describing point features.Modifier and TypeClassDescriptionclass
CompleteSift_DetectDescribe<I extends ImageGray<I>>
Wrapper aroundCompleteSift
forDetectDescribePoint
.class
DetectDescribeConvertTuple<Image extends ImageBase<Image>,
In extends TupleDesc<In>, Out extends TupleDesc<Out>> Used to convert the TupleDesc type.class
DetectDescribeFusion<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.class
DetectDescribePointAbstract<T extends ImageBase<T>,
Desc extends TupleDesc<Desc>> Abstract class with default implementations of functions.class
Surf_DetectDescribe<T extends ImageGray<T>,
II extends ImageGray<II>> Wrapper around SURF algorithms forDetectDescribePoint
.class
Surf_DetectDescribe_MT<T extends ImageGray<T>,
II extends ImageGray<II>> Concurrent implementations ofSurf_DetectDescribe
.class
SurfPlanar_to_DetectDescribe<T extends ImageGray<T>,
II extends ImageGray<II>> Wrapper aroundDetectDescribeSurfPlanar
forDetectDescribePoint
. -
Uses of FoundPointSO in boofcv.abst.feature.detect.interest
Modifier and TypeInterfaceDescriptioninterface
InterestPointDetector<T extends ImageBase>
Interface for automatic interest point detection in an image.Modifier and TypeClassDescriptionclass
FastToInterestPoint<T extends ImageGray<T>>
Provides a wrapper around a fast corner detector forInterestPointDetector
no non-maximum suppression will be doneclass
GeneralToInterestPoint<T extends ImageGray<T>,
D extends ImageGray<D>> Wrapper aroundGeneralFeatureDetector
to make it compatible withInterestPointDetector
.class
InterestPointDetectorAbstract<T extends ImageBase<T>>
Implements most functions and provides reasonable default values.class
InterestPointDetectorOverride<T extends ImageGray<T>>
Provides the capability to tack on a different algorithm for the feature's location, scale, and orientation.class
WrapFHtoInterestPoint<T extends ImageGray<T>,
II extends ImageGray<II>> Wrapper aroundFastHessianFeatureDetector
forInterestPointDetector
.class
WrapFLPtoInterestPoint<T extends ImageGray<T>,
D extends ImageGray<D>> Wrapper aroundFeatureLaplacePyramid
forInterestPointDetector
.class
WrapFPtoInterestPoint<T extends ImageGray<T>,
D extends ImageGray<D>> Wrapper aroundFeaturePyramid
forInterestPointDetector
.class
WrapSiftDetector<T extends ImageGray<T>>
Wrapper aroundSiftDetector
forInterestPointDetector
.