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 TypeMethodDescriptiondoubleScoreAssociateSad.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 TypeMethodDescriptionvoidConvertTupleDescPositive_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 doubleDescriptorDistance.euclideanSq(TupleDesc_U8 a, TupleDesc_U8 b) Returns the Euclidean distance squared between the two descriptors.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 intDescriptorDistance.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 TypeMethodDescriptionvoidImplDescribePointPixelRegion_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 twoTupleDescas 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_U8PackedTupleArray_U8.tempfinal TupleDesc_U8PackedTupleBigArray_U8.tempMethods 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 TypeMethodDescriptionvoidPackedTupleArray_U8.append(TupleDesc_U8 element) voidPackedTupleBigArray_U8.append(TupleDesc_U8 element) voidPackedTupleArray_U8.copy(TupleDesc_U8 src, TupleDesc_U8 dst) voidPackedTupleBigArray_U8.copy(TupleDesc_U8 src, TupleDesc_U8 dst) voidPackedTupleArray_U8.getCopy(int index, TupleDesc_U8 dst) voidPackedTupleBigArray_U8.getCopy(int index, TupleDesc_U8 dst) voidPackedTupleArray_U8.set(int index, TupleDesc_U8 element) voidPackedTupleBigArray_U8.set(int index, TupleDesc_U8 element) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_U8Modifier and TypeMethodDescriptionvoidPackedTupleArray_U8.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_U8> op) voidPackedTupleBigArray_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 TypeMethodDescriptiondoubleTuplePointDistanceEuclideanSq.U8.distance(TupleDesc_U8 a, TupleDesc_U8 b) Method parameters in boofcv.struct.kmeans with type arguments of type TupleDesc_U8Modifier and TypeMethodDescriptionvoidComputeMeanTuple_MT_U8.process(LArrayAccessor<TupleDesc_U8> points, DogArray_I32 assignments, FastAccess<TupleDesc_U8> clusters) voidComputeMeanTuple_MT_U8.process(LArrayAccessor<TupleDesc_U8> points, DogArray_I32 assignments, FastAccess<TupleDesc_U8> clusters) voidComputeMeanTuple_U8.process(LArrayAccessor<TupleDesc_U8> points, DogArray_I32 assignments, FastAccess<TupleDesc_U8> clusters) voidComputeMeanTuple_U8.process(LArrayAccessor<TupleDesc_U8> points, DogArray_I32 assignments, FastAccess<TupleDesc_U8> clusters)