Uses of Class
boofcv.struct.feature.TupleDesc_F64
Packages that use TupleDesc_F64
Package
Description
-
Uses of TupleDesc_F64 in boofcv.abst.feature.associate
Methods in boofcv.abst.feature.associate that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionScoreAssociateCorrelation.getDescriptorType()ScoreAssociateEuclidean_F64.getDescriptorType()ScoreAssociateEuclideanSq.F64.getDescriptorType()ScoreAssociateSad.F64.getDescriptorType()Methods in boofcv.abst.feature.associate with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptiondoubleScoreAssociateCorrelation.score(TupleDesc_F64 a, TupleDesc_F64 b) doubleScoreAssociateEuclidean_F64.score(TupleDesc_F64 a, TupleDesc_F64 b) doubleScoreAssociateEuclideanSq.F64.score(TupleDesc_F64 a, TupleDesc_F64 b) doubleScoreAssociateSad.F64.score(TupleDesc_F64 a, TupleDesc_F64 b) -
Uses of TupleDesc_F64 in boofcv.abst.feature.convert
Methods in boofcv.abst.feature.convert with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidConvertTupleDesc_F64_F32.convert(TupleDesc_F64 input, TupleDesc_F32 output) voidConvertTupleDescPositive_F64_U8.convert(TupleDesc_F64 input, TupleDesc_U8 output) voidConvertTupleDescSigned_F64_S8.convert(TupleDesc_F64 input, TupleDesc_S8 output) -
Uses of TupleDesc_F64 in boofcv.abst.feature.dense
Methods in boofcv.abst.feature.dense that return TupleDesc_F64Modifier and TypeMethodDescriptionDescribeImageDenseHoG.createDescription()DescribeImageDenseSift.createDescription()Methods in boofcv.abst.feature.dense that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionDescribeImageDenseHoG.getDescriptions()DescribeImageDenseSift.getDescriptions()DescribeImageDenseHoG.getDescriptionType()DescribeImageDenseSift.getDescriptionType() -
Uses of TupleDesc_F64 in boofcv.abst.feature.describe
Methods in boofcv.abst.feature.describe that return TupleDesc_F64Modifier and TypeMethodDescriptionDescribeSift_RadiusAngle.createDescription()DescribeSurf_Point.createDescription()DescribeSurf_RadiusAngle.createDescription()DescribeSurfPlanar_RadiusAngle.createDescription()Methods in boofcv.abst.feature.describe that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionDescribeSift_RadiusAngle.getDescriptionType()DescribeSurf_Point.getDescriptionType()DescribeSurf_RadiusAngle.getDescriptionType()DescribeSurfPlanar_RadiusAngle.getDescriptionType()Methods in boofcv.abst.feature.describe with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionbooleanDescribeSift_RadiusAngle.process(double x, double y, double orientation, double radius, TupleDesc_F64 description) booleanDescribeSurf_Point.process(double x, double y, TupleDesc_F64 storage) booleanDescribeSurf_RadiusAngle.process(double x, double y, double orientation, double radius, TupleDesc_F64 storage) booleanDescribeSurfPlanar_RadiusAngle.process(double x, double y, double orientation, double radius, TupleDesc_F64 description) -
Uses of TupleDesc_F64 in boofcv.abst.feature.detdesc
Fields in boofcv.abst.feature.detdesc with type parameters of type TupleDesc_F64Methods in boofcv.abst.feature.detdesc that return TupleDesc_F64Modifier and TypeMethodDescriptionCompleteSift_DetectDescribe.createDescription()Surf_DetectDescribe.createDescription()SurfPlanar_to_DetectDescribe.createDescription()CompleteSift_DetectDescribe.getDescription(int index) Surf_DetectDescribe.getDescription(int index) SurfPlanar_to_DetectDescribe.getDescription(int index) Methods in boofcv.abst.feature.detdesc that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionCompleteSift_DetectDescribe.getDescriptionType()Surf_DetectDescribe.getDescriptionType()SurfPlanar_to_DetectDescribe.getDescriptionType() -
Uses of TupleDesc_F64 in boofcv.alg.bow
Methods in boofcv.alg.bow with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidClusterVisualWords.addReference(TupleDesc_F64 feature) Add a feature to the list. -
Uses of TupleDesc_F64 in boofcv.alg.descriptor
Methods in boofcv.alg.descriptor that return TupleDesc_F64Modifier and TypeMethodDescriptionstatic TupleDesc_F64UtilFeature.combine(List<TupleDesc_F64> inputs, TupleDesc_F64 combined) Concats the list of tuples together into one big feature.Methods in boofcv.alg.descriptor that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionstatic DogArray<TupleDesc_F64>UtilFeature.createArrayF64(int length) Methods in boofcv.alg.descriptor with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionstatic TupleDesc_F64UtilFeature.combine(List<TupleDesc_F64> inputs, TupleDesc_F64 combined) Concats the list of tuples together into one big feature.static voidConvertDescriptors.convertNcc(TupleDesc_F64 input, NccFeature output) Converts a regular feature description into a NCC feature descriptionstatic doubleDescriptorDistance.correlation(TupleDesc_F64 a, TupleDesc_F64 b) Correlation scoredoubleKdTreeTuple_F64.distance(TupleDesc_F64 a, TupleDesc_F64 b) static doubleDescriptorDistance.euclidean(TupleDesc_F64 a, TupleDesc_F64 b) Returns the Euclidean distance (L2-norm) between the two descriptors.static doubleDescriptorDistance.euclideanSq(TupleDesc_F64 a, TupleDesc_F64 b) Returns the Euclidean distance squared between the two descriptors.static voidConvertDescriptors.float_F64_F32(TupleDesc_F64 input, TupleDesc_F32 output) Converts double into float by type castingstatic voidUtilFeature.normalizeL2(TupleDesc_F64 desc) Normalized the tuple such that the L2-norm is equal to 1.static voidUtilFeature.normalizeSumOne(TupleDesc_F64 desc) Normalized the tuple such that it's sum is equal to 1.static voidConvertDescriptors.positive(TupleDesc_F64 input, TupleDesc_U8 output) Converts a floating point description with all positive values into the 8-bit integer descriptor by dividing each element in the input by the element maximum value and multiplying by 255.static doubleDescriptorDistance.sad(TupleDesc_F64 a, TupleDesc_F64 b) Sum of absolute difference (SAD) scorestatic voidConvertDescriptors.signed(TupleDesc_F64 input, TupleDesc_S8 output) Converts a floating point description with signed real values into the 8-bit integer descriptor by dividing each element in the input by the element maximum absolute value and multiplying by 127.doubleKdTreeTuple_F64.valueAt(TupleDesc_F64 point, int index) Method parameters in boofcv.alg.descriptor with type arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionstatic TupleDesc_F64UtilFeature.combine(List<TupleDesc_F64> inputs, TupleDesc_F64 combined) Concats the list of tuples together into one big feature. -
Uses of TupleDesc_F64 in boofcv.alg.feature.color
Subclasses of TupleDesc_F64 in boofcv.alg.feature.colorMethods in boofcv.alg.feature.color with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
voidGHistogramFeatureOps.histogram(T image, double minPixelValue, double maxPixelValue, TupleDesc_F64 histogram) Computes a single-band normalized histogram for any single band image.static voidHistogramFeatureOps.histogram(GrayF32 image, float minPixelValue, float maxPixelValue, TupleDesc_F64 histogram) Computes a single-band normalized histogram from a floating point image..static voidHistogramFeatureOps.histogram(GrayU16 image, int maxPixelValue, TupleDesc_F64 histogram) Computes a single-band normalized histogram from an integer image..static voidHistogramFeatureOps.histogram(GrayU8 image, int maxPixelValue, TupleDesc_F64 histogram) Computes a single-band normalized histogram from an integer image.. -
Uses of TupleDesc_F64 in boofcv.alg.feature.dense
Methods in boofcv.alg.feature.dense that return TupleDesc_F64Methods in boofcv.alg.feature.dense that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionBaseDenseHog.getDescriptions()List of descriptorsDescribeDenseSiftAlg.getDescriptors()Methods in boofcv.alg.feature.dense with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidDescribeDenseSiftAlg.computeDescriptor(int cx, int cy, TupleDesc_F64 desc) Computes the descriptor centered at the specified coordinateMethod parameters in boofcv.alg.feature.dense with type arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidDescribeDenseHogFastAlg.getDescriptorsInRegion(int pixelX0, int pixelY0, int pixelX1, int pixelY1, List<TupleDesc_F64> output) Convenience function which returns a list of all the descriptors computed inside the specified region in the image -
Uses of TupleDesc_F64 in boofcv.alg.feature.describe
Methods in boofcv.alg.feature.describe that return TupleDesc_F64Modifier and TypeMethodDescriptionDescribePointSurf.createDescription()DescribePointSurfPlanar.createDescription()Methods in boofcv.alg.feature.describe that return types with arguments of type TupleDesc_F64Methods in boofcv.alg.feature.describe with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidDescribePointSurf.describe(double x, double y, double angle, double scale, boolean normalize, TupleDesc_F64 ret) Computes the SURF descriptor for the specified interest point.voidDescribePointSurfPlanar.describe(double x, double y, double angle, double scale, TupleDesc_F64 desc) static voidDescribeSiftCommon.normalizeDescriptor(TupleDesc_F64 descriptor, double maxDescriptorElementValue) Adjusts the descriptor.voidDescribePointSift.process(double c_x, double c_y, double sigma, double orientation, TupleDesc_F64 descriptor) Computes the SIFT descriptor for the specified key pointprotected voidDescribeSiftCommon.trilinearInterpolation(float weight, float sampleX, float sampleY, double angle, TupleDesc_F64 descriptor) Applies trilinear interpolation across the descriptor -
Uses of TupleDesc_F64 in boofcv.alg.feature.detdesc
Fields in boofcv.alg.feature.detdesc with type parameters of type TupleDesc_F64Modifier and TypeFieldDescriptionprotected DogArray<TupleDesc_F64>DetectDescribeSurfPlanar.descriptionsMethods in boofcv.alg.feature.detdesc that return TupleDesc_F64Modifier and TypeMethodDescriptionDetectDescribeSurfPlanar.createDescription()DetectDescribeSurfPlanar.getDescription(int index) Methods in boofcv.alg.feature.detdesc that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionCompleteSift_MT.getDescriptions()CompleteSift.getDescriptions() -
Uses of TupleDesc_F64 in boofcv.alg.scene
Methods in boofcv.alg.scene with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidFeatureToWordHistogram_F64.addFeature(TupleDesc_F64 feature) -
Uses of TupleDesc_F64 in boofcv.alg.video
Fields in boofcv.alg.video with type parameters of type TupleDesc_F64Modifier and TypeFieldDescriptionfinal DogArray<TupleDesc_F64>SelectFramesForReconstruction3D.Frame.descriptionsConstructor parameters in boofcv.alg.video with type arguments of type TupleDesc_F64ModifierConstructorDescription -
Uses of TupleDesc_F64 in boofcv.factory.feature.associate
Methods in boofcv.factory.feature.associate that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionFactoryAssociation.associateNearestNeighbor(@Nullable ConfigAssociateNearestNeighbor config, NearestNeighbor nn) static AssociateDescription<TupleDesc_F64>FactoryAssociation.kdRandomForest(@Nullable ConfigAssociateNearestNeighbor configNN, int dimension, int numTrees, int numConsiderSplit, long randomSeed) Approximate association using multiple random K-D trees (random forest) for descriptors with a high degree of freedom, e.g.static AssociateDescription<TupleDesc_F64>FactoryAssociation.kdtree(@Nullable ConfigAssociateNearestNeighbor configNN, int dimension) Approximate association using a K-D tree degree of moderate size (10-15) that uses a best-bin-first search order. -
Uses of TupleDesc_F64 in boofcv.factory.feature.dense
Methods in boofcv.factory.feature.dense that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
DescribeImageDense<T,TupleDesc_F64> FactoryDescribeImageDense.hog(@Nullable ConfigDenseHoG config, ImageType<T> imageType) Creates a dense HOG descriptor.static <T extends ImageGray<T>>
DescribeImageDense<T,TupleDesc_F64> FactoryDescribeImageDense.sift(@Nullable ConfigDenseSift config, Class<T> imageType) Creates a dense SIFT descriptor.static <T extends ImageGray<T>,II extends ImageGray<II>>
DescribeImageDense<T,TupleDesc_F64> FactoryDescribeImageDense.surfFast(@Nullable ConfigDenseSurfFast config, Class<T> imageType) Creates a SURF descriptor.static <T extends ImageGray<T>,II extends ImageGray<II>>
DescribeImageDense<T,TupleDesc_F64> FactoryDescribeImageDense.surfStable(@Nullable ConfigDenseSurfStable config, Class<T> imageType) Creates a SURF descriptor. -
Uses of TupleDesc_F64 in boofcv.factory.feature.describe
Methods in boofcv.factory.feature.describe that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionFactoryConvertTupleDesc.positive_F64_U8(int numElements) Converts twoTupleDescas describe byConvertDescriptors.positive(TupleDesc_F64, TupleDesc_U8).FactoryConvertTupleDesc.real_F64_S8(int numElements) Converts twoTupleDescas describe byConvertDescriptors.signed(TupleDesc_F64, TupleDesc_S8).static <T extends ImageGray<T>>
DescribePointRadiusAngle<T,TupleDesc_F64> FactoryDescribePointRadiusAngle.sift(@Nullable ConfigSiftScaleSpace configSS, @Nullable ConfigSiftDescribe configDescribe, Class<T> imageType) Creates a SIFT region descriptor.static <T extends ImageMultiBand<T>,II extends ImageGray<II>>
DescribePointRadiusAngle<T,TupleDesc_F64> FactoryDescribePointRadiusAngle.surfColorFast(ConfigSurfDescribe.Fast config, ImageType<T> imageType) Color variant of the SURF descriptor which has been designed for speed and sacrifices some stability.static <T extends ImageBase<T>,II extends ImageGray<II>>
DescribePointRadiusAngle<T,TupleDesc_F64> FactoryDescribePointRadiusAngle.surfColorStable(ConfigSurfDescribe.Stability config, ImageType<T> imageType) Color variant of the SURF descriptor which has been designed for stability.static <T extends ImageGray<T>,II extends ImageGray<II>>
DescribePointRadiusAngle<T,TupleDesc_F64> FactoryDescribePointRadiusAngle.surfFast(ConfigSurfDescribe.Fast config, Class<T> imageType) Creates a SURF descriptor.static <T extends ImageGray<T>,II extends ImageGray<II>>
DescribePointRadiusAngle<T,TupleDesc_F64> FactoryDescribePointRadiusAngle.surfStable(ConfigSurfDescribe.Stability config, Class<T> imageType) Creates a SURF descriptor. -
Uses of TupleDesc_F64 in boofcv.factory.feature.detdesc
Methods in boofcv.factory.feature.detdesc that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.sift(@Nullable ConfigCompleteSift config, Class<T> imageType) Creates a new SIFT feature detector and describer.static <T extends ImageGray<T>,II extends ImageGray<II>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.surfColorFast(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Fast configDesc, @Nullable ConfigAverageIntegral configOrientation, ImageType<T> imageType) Color version of SURF stable.static <T extends ImageMultiBand<T>,II extends ImageGray<II>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.surfColorStable(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Stability configDescribe, @Nullable ConfigSlidingIntegral configOrientation, ImageType<T> imageType) Color version of SURF stable feature.static <T extends ImageGray<T>,II extends ImageGray<II>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.surfFast(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Fast configDesc, @Nullable ConfigAverageIntegral configOrientation, Class<T> imageType) Creates a SURF descriptor.static <T extends ImageGray<T>,II extends ImageGray<II>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.surfStable(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Stability configDescribe, @Nullable ConfigSlidingIntegral configOrientation, Class<T> imageType) Creates a SURF descriptor. -
Uses of TupleDesc_F64 in boofcv.struct.feature
Fields in boofcv.struct.feature declared as TupleDesc_F64Modifier and TypeFieldDescriptionfinal TupleDesc_F64PackedTupleArray_F64.tempfinal TupleDesc_F64PackedTupleBigArray_F64.tempMethods in boofcv.struct.feature that return TupleDesc_F64Modifier and TypeMethodDescriptionPackedTupleArray_F64.getTemp(int index) PackedTupleBigArray_F64.getTemp(int index) TupleDesc_F64.newInstance()Methods in boofcv.struct.feature that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionPackedTupleArray_F64.getElementType()PackedTupleBigArray_F64.getElementType()Methods in boofcv.struct.feature with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidPackedTupleArray_F64.append(TupleDesc_F64 element) voidPackedTupleBigArray_F64.append(TupleDesc_F64 element) voidPackedTupleArray_F64.copy(TupleDesc_F64 src, TupleDesc_F64 dst) voidPackedTupleBigArray_F64.copy(TupleDesc_F64 src, TupleDesc_F64 dst) voidPackedTupleArray_F64.getCopy(int index, TupleDesc_F64 dst) voidPackedTupleBigArray_F64.getCopy(int index, TupleDesc_F64 dst) booleanTupleDesc_F64.isEquals(TupleDesc_F64 tuple) voidPackedTupleArray_F64.set(int index, TupleDesc_F64 element) voidPackedTupleBigArray_F64.set(int index, TupleDesc_F64 element) voidTupleDesc_F64.setTo(TupleDesc_F64 source) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidPackedTupleArray_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F64> op) voidPackedTupleBigArray_F64.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F64> op) -
Uses of TupleDesc_F64 in boofcv.struct.kmeans
Methods in boofcv.struct.kmeans that return types with arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionComputeMeanTuple_F64.newInstanceThread()ComputeMeanTuple_MT_F64.newInstanceThread()Methods in boofcv.struct.kmeans with parameters of type TupleDesc_F64Modifier and TypeMethodDescriptiondoubleTuplePointDistanceEuclideanSq.F64.distance(TupleDesc_F64 a, TupleDesc_F64 b) Method parameters in boofcv.struct.kmeans with type arguments of type TupleDesc_F64Modifier and TypeMethodDescriptionvoidComputeMeanTuple_F64.process(LArrayAccessor<TupleDesc_F64> points, DogArray_I32 assignments, FastAccess<TupleDesc_F64> clusters) voidComputeMeanTuple_F64.process(LArrayAccessor<TupleDesc_F64> points, DogArray_I32 assignments, FastAccess<TupleDesc_F64> clusters) voidComputeMeanTuple_MT_F64.process(LArrayAccessor<TupleDesc_F64> points, DogArray_I32 assignments, FastAccess<TupleDesc_F64> clusters) voidComputeMeanTuple_MT_F64.process(LArrayAccessor<TupleDesc_F64> points, DogArray_I32 assignments, FastAccess<TupleDesc_F64> clusters)