Uses of Interface
boofcv.abst.feature.describe.DescriptorInfo
Packages that use DescriptorInfo
Package
Description
-
Uses of DescriptorInfo in boofcv.abst.feature.dense
Subinterfaces of DescriptorInfo in boofcv.abst.feature.denseModifier and TypeInterfaceDescriptioninterfaceDescribeImageDense<T extends ImageBase<T>,TD extends TupleDesc<TD>> Computes feature descriptors across the whole image.Classes in boofcv.abst.feature.dense that implement DescriptorInfoModifier and TypeClassDescriptionclassDescribeImageDense_Convert<T extends ImageBase<T>,TD extends TupleDesc<TD>> Wrapper that converts an input image data type into a different oneclassDescribeImageDenseHoG<T extends ImageBase<T>>Implementation ofDescribeImageDenseforDescribeDenseHogFastAlg.classDescribeImageDenseSift<T extends ImageGray<T>,D extends ImageGray<D>> High level wrapper aroundDescribeDenseSiftAlgforDescribeImageDenseclassGenericDenseDescribeImageDense<T extends ImageBase<T>,Desc extends TupleDesc<Desc>> Dense feature computation which usesDescribePointRadiusAngleinternally. -
Uses of DescriptorInfo in boofcv.abst.feature.describe
Subinterfaces of DescriptorInfo in boofcv.abst.feature.describeModifier and TypeInterfaceDescriptioninterfaceDescribePoint<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.interfaceDescribePointRadiusAngle<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.Classes in boofcv.abst.feature.describe that implement DescriptorInfoModifier and TypeClassDescriptionclassDescribeBrief_RadiusAngle<T extends ImageGray<T>>Wrapper aroundDescribePointBriefforDescribePointRadiusAngle.classDescribeBriefSO_RadiusAngle<T extends ImageGray<T>>Wrapper aroundDescribePointBriefSOforDescribePointRadiusAngleclassDescribeNCC_RadiusAngle<T extends ImageGray<T>>Wrapper aroundDescribePointPixelRegionNCCforDescribePointRadiusAngle.classDescribePointAbstract<T extends ImageBase<T>,TD extends TupleDesc<TD>> Default implementations for all functions inDescribePoint.classDescribePointConvertTuple<T extends ImageGray<T>,In extends TupleDesc<In>, Out extends TupleDesc<Out>> Converts the region descriptor type from theDescribePointRadiusAngleinto the desired output using aConvertTupleDesc.classDescribePointRadiusAngleAbstract<T extends ImageBase<T>,TD extends TupleDesc<TD>> ImplementsDescribePointRadiusAnglebut does nothing.classDescribePointRadiusAngleConvertImage<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.classDescribePointRadiusAngleConvertTuple<T extends ImageGray<T>,In extends TupleDesc<In>, Out extends TupleDesc<Out>> Converts the region descriptor type from theDescribePointRadiusAngleinto the desired output using aConvertTupleDesc.classDescribePointRawPixels_RadiusAngle<T extends ImageGray<T>,TD extends TupleDesc<TD>> Wrapper aroundDescribePointRawPixelsforDescribePointRadiusAngle.classDescribeRadiusAngle_Point<T extends ImageGray<T>,TD extends TupleDesc<TD>> ConvertDescribePointRadiusAngleintoDescribePoint.classDescribeSift_RadiusAngle<T extends ImageGray<T>>Allows you to use SIFT features independent of the SIFT detector.classDescribeSurf_Point<T extends ImageGray<T>,II extends ImageGray<II>> Wrapper around SURF forDescribePoint.classDescribeSurf_RadiusAngle<T extends ImageGray<T>,II extends ImageGray<II>> Wrapper aroundDescribePointSurfforDescribePointRadiusAngleclassDescribeSurfPlanar_RadiusAngle<T extends ImageGray<T>,II extends ImageGray<II>> Wrapper aroundDescribePointSurfPlanarforDescribePointRadiusAngle -
Uses of DescriptorInfo in boofcv.abst.feature.detdesc
Subinterfaces of DescriptorInfo in boofcv.abst.feature.detdescModifier and TypeInterfaceDescriptioninterfaceDetectDescribeMulti<T extends ImageGray<T>,Desc extends TupleDesc<Desc>> Deprecated.interfaceDetectDescribePoint<T extends ImageBase<T>,Desc extends TupleDesc<Desc>> Interface for detecting and describing point features.Classes in boofcv.abst.feature.detdesc that implement DescriptorInfoModifier 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.classDetectDescribeSingleToMulti<T extends ImageGray<T>,TD extends TupleDesc<TD>> Deprecated.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 DescriptorInfo in boofcv.alg.descriptor
Methods in boofcv.alg.descriptor with parameters of type DescriptorInfoModifier 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
Classes in boofcv.alg.feature.describe that implement DescriptorInfoModifier and TypeClassDescriptionclassDescribePlanar<T extends ImageGray<T>,Desc extends TupleDesc<Desc>> Computes a feature description fromPlanarimages by computing a descriptor separately in each band. -
Uses of DescriptorInfo in boofcv.factory.feature.associate
Methods in boofcv.factory.feature.associate with parameters of type DescriptorInfoModifier 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
Methods in boofcv.factory.struct with parameters of type DescriptorInfoModifier 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
Methods in boofcv.gui.controls with parameters of type DescriptorInfoModifier and TypeMethodDescriptionControlPanelDetDescAssocBase.createAssociate(DescriptorInfo descriptor) ControlPanelDetDescAssocBase.createAssociate2(DescriptorInfo descriptor)