Uses of Class
boofcv.struct.feature.TupleDesc_U8
Packages that use TupleDesc_U8
Package
Description
-
Uses of TupleDesc_U8 in boofcv.abst.feature.associate
Methods in boofcv.abst.feature.associate that return types with arguments of type TupleDesc_U8Methods in boofcv.abst.feature.associate with parameters of type TupleDesc_U8Modifier and TypeMethodDescriptiondouble
ScoreAssociateSad.U8.score
(TupleDesc_U8 a, TupleDesc_U8 b) -
Uses of TupleDesc_U8 in boofcv.abst.feature.convert
Methods in boofcv.abst.feature.convert that return TupleDesc_U8Methods in boofcv.abst.feature.convert that return types with arguments of type TupleDesc_U8Methods in boofcv.abst.feature.convert with parameters of type TupleDesc_U8Modifier and TypeMethodDescriptionvoid
ConvertTupleDescPositive_F64_U8.convert
(TupleDesc_F64 input, TupleDesc_U8 output) -
Uses of TupleDesc_U8 in boofcv.alg.descriptor
Methods in boofcv.alg.descriptor with parameters of type TupleDesc_U8Modifier and TypeMethodDescriptionstatic double
DescriptorDistance.euclideanSq
(TupleDesc_U8 a, TupleDesc_U8 b) Returns the Euclidean distance squared between the two descriptors.static void
ConvertDescriptors.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 int
DescriptorDistance.sad
(TupleDesc_U8 a, TupleDesc_U8 b) Sum of absolute difference (SAD) score -
Uses of TupleDesc_U8 in boofcv.alg.feature.describe.impl
Methods in boofcv.alg.feature.describe.impl that return types with arguments of type TupleDesc_U8Methods in boofcv.alg.feature.describe.impl with parameters of type TupleDesc_U8Modifier and TypeMethodDescriptionvoid
ImplDescribePointPixelRegion_U8.process
(int c_x, int c_y, TupleDesc_U8 desc) -
Uses of TupleDesc_U8 in boofcv.factory.feature.describe
Methods in boofcv.factory.feature.describe that return types with arguments of type TupleDesc_U8Modifier and TypeMethodDescriptionFactoryConvertTupleDesc.positive_F64_U8
(int numElements) Converts twoTupleDesc
as describe byConvertDescriptors.positive(TupleDesc_F64, TupleDesc_U8)
. -
Uses of TupleDesc_U8 in boofcv.struct.feature
Fields in boofcv.struct.feature declared as TupleDesc_U8Modifier and TypeFieldDescriptionfinal TupleDesc_U8
PackedTupleArray_U8.temp
final TupleDesc_U8
PackedTupleBigArray_U8.temp
Methods in boofcv.struct.feature that return TupleDesc_U8Modifier and TypeMethodDescriptionPackedTupleArray_U8.getTemp
(int index) PackedTupleBigArray_U8.getTemp
(int index) TupleDesc_U8.newInstance()
Methods in boofcv.struct.feature that return types with arguments of type TupleDesc_U8Modifier and TypeMethodDescriptionPackedTupleArray_U8.getElementType()
PackedTupleBigArray_U8.getElementType()
Methods in boofcv.struct.feature with parameters of type TupleDesc_U8Modifier and TypeMethodDescriptionvoid
PackedTupleArray_U8.append
(TupleDesc_U8 element) void
PackedTupleBigArray_U8.append
(TupleDesc_U8 element) void
PackedTupleArray_U8.copy
(TupleDesc_U8 src, TupleDesc_U8 dst) void
PackedTupleBigArray_U8.copy
(TupleDesc_U8 src, TupleDesc_U8 dst) void
PackedTupleArray_U8.getCopy
(int index, TupleDesc_U8 dst) void
PackedTupleBigArray_U8.getCopy
(int index, TupleDesc_U8 dst) void
PackedTupleArray_U8.set
(int index, TupleDesc_U8 element) void
PackedTupleBigArray_U8.set
(int index, TupleDesc_U8 element) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_U8Modifier and TypeMethodDescriptionvoid
PackedTupleArray_U8.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_U8> op) void
PackedTupleBigArray_U8.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_U8> op) -
Uses of TupleDesc_U8 in boofcv.struct.kmeans
Methods in boofcv.struct.kmeans that return types with arguments of type TupleDesc_U8Modifier and TypeMethodDescriptionComputeMeanTuple_MT_U8.newInstanceThread()
ComputeMeanTuple_U8.newInstanceThread()
Methods in boofcv.struct.kmeans with parameters of type TupleDesc_U8Modifier and TypeMethodDescriptiondouble
TuplePointDistanceEuclideanSq.U8.distance
(TupleDesc_U8 a, TupleDesc_U8 b) Method parameters in boofcv.struct.kmeans with type arguments of type TupleDesc_U8Modifier and TypeMethodDescriptionvoid
ComputeMeanTuple_MT_U8.process
(LArrayAccessor<TupleDesc_U8> points, DogArray_I32 assignments, FastAccess<TupleDesc_U8> clusters) void
ComputeMeanTuple_MT_U8.process
(LArrayAccessor<TupleDesc_U8> points, DogArray_I32 assignments, FastAccess<TupleDesc_U8> clusters) void
ComputeMeanTuple_U8.process
(LArrayAccessor<TupleDesc_U8> points, DogArray_I32 assignments, FastAccess<TupleDesc_U8> clusters) void
ComputeMeanTuple_U8.process
(LArrayAccessor<TupleDesc_U8> points, DogArray_I32 assignments, FastAccess<TupleDesc_U8> clusters)