Uses of Class
boofcv.struct.feature.TupleDesc_F32
Packages that use TupleDesc_F32
Package
Description
-
Uses of TupleDesc_F32 in boofcv.abst.feature.associate
Methods in boofcv.abst.feature.associate that return types with arguments of type TupleDesc_F32Modifier and TypeMethodDescriptionScoreAssociateEuclideanSq.F32.getDescriptorType()ScoreAssociateSad.F32.getDescriptorType()Methods in boofcv.abst.feature.associate with parameters of type TupleDesc_F32Modifier and TypeMethodDescriptiondoubleScoreAssociateEuclideanSq.F32.score(TupleDesc_F32 a, TupleDesc_F32 b) doubleScoreAssociateSad.F32.score(TupleDesc_F32 a, TupleDesc_F32 b) -
Uses of TupleDesc_F32 in boofcv.abst.feature.convert
Methods in boofcv.abst.feature.convert that return TupleDesc_F32Methods in boofcv.abst.feature.convert that return types with arguments of type TupleDesc_F32Methods in boofcv.abst.feature.convert with parameters of type TupleDesc_F32Modifier and TypeMethodDescriptionvoidConvertTupleDesc_F64_F32.convert(TupleDesc_F64 input, TupleDesc_F32 output) -
Uses of TupleDesc_F32 in boofcv.alg.descriptor
Methods in boofcv.alg.descriptor with parameters of type TupleDesc_F32Modifier and TypeMethodDescriptiondoubleKdTreeTuple_F32.distance(TupleDesc_F32 a, TupleDesc_F32 b) static doubleDescriptorDistance.euclideanSq(TupleDesc_F32 a, TupleDesc_F32 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 floatDescriptorDistance.sad(TupleDesc_F32 a, TupleDesc_F32 b) Sum of absolute difference (SAD) scoredoubleKdTreeTuple_F32.valueAt(TupleDesc_F32 point, int index) -
Uses of TupleDesc_F32 in boofcv.alg.feature.describe.impl
Methods in boofcv.alg.feature.describe.impl that return types with arguments of type TupleDesc_F32Methods in boofcv.alg.feature.describe.impl with parameters of type TupleDesc_F32Modifier and TypeMethodDescriptionvoidImplDescribePointPixelRegion_F32.process(int c_x, int c_y, TupleDesc_F32 desc) -
Uses of TupleDesc_F32 in boofcv.struct.feature
Fields in boofcv.struct.feature declared as TupleDesc_F32Modifier and TypeFieldDescriptionfinal TupleDesc_F32PackedTupleArray_F32.tempfinal TupleDesc_F32PackedTupleBigArray_F32.tempMethods in boofcv.struct.feature that return TupleDesc_F32Modifier and TypeMethodDescriptionPackedTupleArray_F32.getTemp(int index) PackedTupleBigArray_F32.getTemp(int index) TupleDesc_F32.newInstance()Methods in boofcv.struct.feature that return types with arguments of type TupleDesc_F32Modifier and TypeMethodDescriptionPackedTupleArray_F32.getElementType()PackedTupleBigArray_F32.getElementType()Methods in boofcv.struct.feature with parameters of type TupleDesc_F32Modifier and TypeMethodDescriptionvoidPackedTupleArray_F32.append(TupleDesc_F32 element) voidPackedTupleBigArray_F32.append(TupleDesc_F32 element) voidPackedTupleArray_F32.copy(TupleDesc_F32 src, TupleDesc_F32 dst) voidPackedTupleBigArray_F32.copy(TupleDesc_F32 src, TupleDesc_F32 dst) voidPackedTupleArray_F32.getCopy(int index, TupleDesc_F32 dst) voidPackedTupleBigArray_F32.getCopy(int index, TupleDesc_F32 dst) booleanTupleDesc_F32.isEquals(TupleDesc_F32 tuple) voidPackedTupleArray_F32.set(int index, TupleDesc_F32 element) voidPackedTupleBigArray_F32.set(int index, TupleDesc_F32 element) voidTupleDesc_F32.setTo(TupleDesc_F32 source) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_F32Modifier and TypeMethodDescriptionvoidPackedTupleArray_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F32> op) voidPackedTupleBigArray_F32.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F32> op) -
Uses of TupleDesc_F32 in boofcv.struct.kmeans
Methods in boofcv.struct.kmeans that return types with arguments of type TupleDesc_F32Modifier and TypeMethodDescriptionComputeMeanTuple_F32.newInstanceThread()ComputeMeanTuple_MT_F32.newInstanceThread()Methods in boofcv.struct.kmeans with parameters of type TupleDesc_F32Modifier and TypeMethodDescriptiondoubleTuplePointDistanceEuclideanSq.F32.distance(TupleDesc_F32 a, TupleDesc_F32 b) Method parameters in boofcv.struct.kmeans with type arguments of type TupleDesc_F32Modifier and TypeMethodDescriptionvoidComputeMeanTuple_F32.process(LArrayAccessor<TupleDesc_F32> points, DogArray_I32 assignments, FastAccess<TupleDesc_F32> clusters) voidComputeMeanTuple_F32.process(LArrayAccessor<TupleDesc_F32> points, DogArray_I32 assignments, FastAccess<TupleDesc_F32> clusters) voidComputeMeanTuple_MT_F32.process(LArrayAccessor<TupleDesc_F32> points, DogArray_I32 assignments, FastAccess<TupleDesc_F32> clusters) voidComputeMeanTuple_MT_F32.process(LArrayAccessor<TupleDesc_F32> points, DogArray_I32 assignments, FastAccess<TupleDesc_F32> clusters)