Uses of Interface
boofcv.abst.feature.describe.DescriptorInfo
Package
Description
-
Uses of DescriptorInfo in boofcv.abst.feature.dense
Modifier and TypeInterfaceDescriptioninterface
DescribeImageDense<T extends ImageBase<T>,
TD extends TupleDesc<TD>> Computes feature descriptors across the whole image.Modifier and TypeClassDescriptionclass
DescribeImageDense_Convert<T extends ImageBase<T>,
TD extends TupleDesc<TD>> Wrapper that converts an input image data type into a different oneclass
DescribeImageDenseHoG<T extends ImageBase<T>>
Implementation ofDescribeImageDense
forDescribeDenseHogFastAlg
.class
DescribeImageDenseSift<T extends ImageGray<T>,
D extends ImageGray<D>> High level wrapper aroundDescribeDenseSiftAlg
forDescribeImageDense
class
GenericDenseDescribeImageDense<T extends ImageBase<T>,
Desc extends TupleDesc<Desc>> Dense feature computation which usesDescribePointRadiusAngle
internally. -
Uses of DescriptorInfo in boofcv.abst.feature.describe
Modifier and TypeInterfaceDescriptioninterface
DescribePoint<T extends ImageBase<T>,
TD extends TupleDesc<TD>> High level interface for describing the region around a point when given the pixel coordinate of the point only.interface
DescribePointRadiusAngle<T extends ImageBase<T>,
Desc extends TupleDesc<Desc>> High level interface for describing the region around a point when given the pixel coordinate of the point, the region's radius, and the regions orientation.Modifier and TypeClassDescriptionclass
DescribeBrief_RadiusAngle<T extends ImageGray<T>>
Wrapper aroundDescribePointBrief
forDescribePointRadiusAngle
.class
DescribeBriefSO_RadiusAngle<T extends ImageGray<T>>
Wrapper aroundDescribePointBriefSO
forDescribePointRadiusAngle
class
DescribeNCC_RadiusAngle<T extends ImageGray<T>>
Wrapper aroundDescribePointPixelRegionNCC
forDescribePointRadiusAngle
.class
DescribePointAbstract<T extends ImageBase<T>,
TD extends TupleDesc<TD>> Default implementations for all functions inDescribePoint
.class
DescribePointConvertTuple<T extends ImageGray<T>,
In extends TupleDesc<In>, Out extends TupleDesc<Out>> Converts the region descriptor type from theDescribePointRadiusAngle
into the desired output using aConvertTupleDesc
.class
DescribePointRadiusAngleAbstract<T extends ImageBase<T>,
TD extends TupleDesc<TD>> ImplementsDescribePointRadiusAngle
but does nothing.class
DescribePointRadiusAngleConvertImage<In extends ImageBase<In>,
Mod extends ImageBase<Mod>, Desc extends TupleDesc<Desc>> Used to automatically convert the input image type to use that's usable.class
DescribePointRadiusAngleConvertTuple<T extends ImageGray<T>,
In extends TupleDesc<In>, Out extends TupleDesc<Out>> Converts the region descriptor type from theDescribePointRadiusAngle
into the desired output using aConvertTupleDesc
.class
DescribePointRawPixels_RadiusAngle<T extends ImageGray<T>,
TD extends TupleDesc<TD>> Wrapper aroundDescribePointRawPixels
forDescribePointRadiusAngle
.class
DescribeRadiusAngle_Point<T extends ImageGray<T>,
TD extends TupleDesc<TD>> ConvertDescribePointRadiusAngle
intoDescribePoint
.class
DescribeSift_RadiusAngle<T extends ImageGray<T>>
Allows you to use SIFT features independent of the SIFT detector.class
DescribeSurf_Point<T extends ImageGray<T>,
II extends ImageGray<II>> Wrapper around SURF forDescribePoint
.class
DescribeSurf_RadiusAngle<T extends ImageGray<T>,
II extends ImageGray<II>> Wrapper aroundDescribePointSurf
forDescribePointRadiusAngle
class
DescribeSurfPlanar_RadiusAngle<T extends ImageGray<T>,
II extends ImageGray<II>> Wrapper aroundDescribePointSurfPlanar
forDescribePointRadiusAngle
-
Uses of DescriptorInfo in boofcv.abst.feature.detdesc
Modifier and TypeInterfaceDescriptioninterface
DetectDescribeMulti<T extends ImageGray<T>,
Desc extends TupleDesc<Desc>> Deprecated.interface
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
DetectDescribeSingleToMulti<T extends ImageGray<T>,
TD extends TupleDesc<TD>> Deprecated.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 DescriptorInfo in boofcv.alg.descriptor
Modifier and TypeMethodDescriptionUtilFeature.createArray
(DescriptorInfo<TD> detDesc, int initialMax) Creates a DogArray and declares new instances of the descriptor using the providedDetectDescribePoint
. -
Uses of DescriptorInfo in boofcv.alg.feature.describe
Modifier and TypeClassDescriptionclass
DescribePlanar<T extends ImageGray<T>,
Desc extends TupleDesc<Desc>> Computes a feature description fromPlanar
images by computing a descriptor separately in each band. -
Uses of DescriptorInfo in boofcv.factory.feature.associate
Modifier and TypeMethodDescriptionstatic <D extends TupleDesc<D>>
AssociateDescription<D>FactoryAssociation.generic
(ConfigAssociate config, DescriptorInfo<D> info) static <D> AssociateDescription2D<D>
FactoryAssociation.generic2
(ConfigAssociate config, DescriptorInfo info) Creates a generic association algorithm that uses descriptors as well as the 2D location of image features. -
Uses of DescriptorInfo in boofcv.factory.struct
Modifier and TypeMethodDescriptionstatic <TD extends TupleDesc<TD>>
PackedArray<TD>FactoryTupleDesc.createPacked
(DescriptorInfo<TD> info) static <TD extends TupleDesc<TD>>
PackedArray<TD>FactoryTupleDesc.createPackedBig
(DescriptorInfo<TD> info) -
Uses of DescriptorInfo in boofcv.gui.controls
Modifier and TypeMethodDescriptionControlPanelDetDescAssocBase.createAssociate
(DescriptorInfo descriptor) ControlPanelDetDescAssocBase.createAssociate2
(DescriptorInfo descriptor)