Uses of Class
boofcv.struct.feature.TupleDesc_U8
Package
Description
-
Uses of TupleDesc_U8 in boofcv.abst.feature.associate
Modifier and TypeMethodDescriptiondouble
ScoreAssociateSad.U8.score
(TupleDesc_U8 a, TupleDesc_U8 b) -
Uses of TupleDesc_U8 in boofcv.abst.feature.convert
Modifier and TypeMethodDescriptionvoid
ConvertTupleDescPositive_F64_U8.convert
(TupleDesc_F64 input, TupleDesc_U8 output) -
Uses of TupleDesc_U8 in boofcv.alg.descriptor
Modifier 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
Modifier and TypeMethodDescriptionvoid
ImplDescribePointPixelRegion_U8.process
(int c_x, int c_y, TupleDesc_U8 desc) -
Uses of TupleDesc_U8 in boofcv.factory.feature.describe
Modifier 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
Modifier and TypeFieldDescriptionfinal TupleDesc_U8
PackedTupleArray_U8.temp
final TupleDesc_U8
PackedTupleBigArray_U8.temp
Modifier and TypeMethodDescriptionPackedTupleArray_U8.getTemp
(int index) PackedTupleBigArray_U8.getTemp
(int index) TupleDesc_U8.newInstance()
Modifier and TypeMethodDescriptionPackedTupleArray_U8.getElementType()
PackedTupleBigArray_U8.getElementType()
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionComputeMeanTuple_MT_U8.newInstanceThread()
ComputeMeanTuple_U8.newInstanceThread()
Modifier and TypeMethodDescriptiondouble
TuplePointDistanceEuclideanSq.U8.distance
(TupleDesc_U8 a, TupleDesc_U8 b) Modifier 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)