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 TypeMethodDescriptiondouble
ScoreAssociateEuclideanSq.F32.score
(TupleDesc_F32 a, TupleDesc_F32 b) double
ScoreAssociateSad.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 TypeMethodDescriptionvoid
ConvertTupleDesc_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 TypeMethodDescriptiondouble
KdTreeTuple_F32.distance
(TupleDesc_F32 a, TupleDesc_F32 b) static double
DescriptorDistance.euclideanSq
(TupleDesc_F32 a, TupleDesc_F32 b) Returns the Euclidean distance squared between the two descriptors.static void
ConvertDescriptors.float_F64_F32
(TupleDesc_F64 input, TupleDesc_F32 output) Converts double into float by type castingstatic float
DescriptorDistance.sad
(TupleDesc_F32 a, TupleDesc_F32 b) Sum of absolute difference (SAD) scoredouble
KdTreeTuple_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 TypeMethodDescriptionvoid
ImplDescribePointPixelRegion_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_F32
PackedTupleArray_F32.temp
final TupleDesc_F32
PackedTupleBigArray_F32.temp
Methods 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 TypeMethodDescriptionvoid
PackedTupleArray_F32.append
(TupleDesc_F32 element) void
PackedTupleBigArray_F32.append
(TupleDesc_F32 element) void
PackedTupleArray_F32.copy
(TupleDesc_F32 src, TupleDesc_F32 dst) void
PackedTupleBigArray_F32.copy
(TupleDesc_F32 src, TupleDesc_F32 dst) void
PackedTupleArray_F32.getCopy
(int index, TupleDesc_F32 dst) void
PackedTupleBigArray_F32.getCopy
(int index, TupleDesc_F32 dst) boolean
TupleDesc_F32.isEquals
(TupleDesc_F32 tuple) void
PackedTupleArray_F32.set
(int index, TupleDesc_F32 element) void
PackedTupleBigArray_F32.set
(int index, TupleDesc_F32 element) void
TupleDesc_F32.setTo
(TupleDesc_F32 source) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_F32Modifier and TypeMethodDescriptionvoid
PackedTupleArray_F32.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_F32> op) void
PackedTupleBigArray_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 TypeMethodDescriptiondouble
TuplePointDistanceEuclideanSq.F32.distance
(TupleDesc_F32 a, TupleDesc_F32 b) Method parameters in boofcv.struct.kmeans with type arguments of type TupleDesc_F32Modifier and TypeMethodDescriptionvoid
ComputeMeanTuple_F32.process
(LArrayAccessor<TupleDesc_F32> points, DogArray_I32 assignments, FastAccess<TupleDesc_F32> clusters) void
ComputeMeanTuple_F32.process
(LArrayAccessor<TupleDesc_F32> points, DogArray_I32 assignments, FastAccess<TupleDesc_F32> clusters) void
ComputeMeanTuple_MT_F32.process
(LArrayAccessor<TupleDesc_F32> points, DogArray_I32 assignments, FastAccess<TupleDesc_F32> clusters) void
ComputeMeanTuple_MT_F32.process
(LArrayAccessor<TupleDesc_F32> points, DogArray_I32 assignments, FastAccess<TupleDesc_F32> clusters)