Uses of Class
boofcv.struct.feature.TupleDesc_S8
Packages that use TupleDesc_S8
Package
Description
-
Uses of TupleDesc_S8 in boofcv.abst.feature.associate
Methods in boofcv.abst.feature.associate that return types with arguments of type TupleDesc_S8Methods in boofcv.abst.feature.associate with parameters of type TupleDesc_S8Modifier and TypeMethodDescriptiondoubleScoreAssociateSad.S8.score(TupleDesc_S8 a, TupleDesc_S8 b) -
Uses of TupleDesc_S8 in boofcv.abst.feature.convert
Methods in boofcv.abst.feature.convert that return TupleDesc_S8Methods in boofcv.abst.feature.convert that return types with arguments of type TupleDesc_S8Methods in boofcv.abst.feature.convert with parameters of type TupleDesc_S8Modifier and TypeMethodDescriptionvoidConvertTupleDescSigned_F64_S8.convert(TupleDesc_F64 input, TupleDesc_S8 output) -
Uses of TupleDesc_S8 in boofcv.alg.descriptor
Methods in boofcv.alg.descriptor with parameters of type TupleDesc_S8Modifier and TypeMethodDescriptionstatic doubleDescriptorDistance.euclideanSq(TupleDesc_S8 a, TupleDesc_S8 b) Returns the Euclidean distance squared between the two descriptors.static intDescriptorDistance.sad(TupleDesc_S8 a, TupleDesc_S8 b) Sum of absolute difference (SAD) scorestatic voidConvertDescriptors.signed(TupleDesc_F64 input, TupleDesc_S8 output) Converts a floating point description with signed real values into the 8-bit integer descriptor by dividing each element in the input by the element maximum absolute value and multiplying by 127. -
Uses of TupleDesc_S8 in boofcv.factory.feature.describe
Methods in boofcv.factory.feature.describe that return types with arguments of type TupleDesc_S8Modifier and TypeMethodDescriptionFactoryConvertTupleDesc.real_F64_S8(int numElements) Converts twoTupleDescas describe byConvertDescriptors.signed(TupleDesc_F64, TupleDesc_S8). -
Uses of TupleDesc_S8 in boofcv.struct.feature
Fields in boofcv.struct.feature declared as TupleDesc_S8Modifier and TypeFieldDescriptionfinal TupleDesc_S8PackedTupleArray_S8.tempfinal TupleDesc_S8PackedTupleBigArray_S8.tempMethods in boofcv.struct.feature that return TupleDesc_S8Modifier and TypeMethodDescriptionPackedTupleArray_S8.getTemp(int index) PackedTupleBigArray_S8.getTemp(int index) TupleDesc_S8.newInstance()Methods in boofcv.struct.feature that return types with arguments of type TupleDesc_S8Modifier and TypeMethodDescriptionPackedTupleArray_S8.getElementType()PackedTupleBigArray_S8.getElementType()Methods in boofcv.struct.feature with parameters of type TupleDesc_S8Modifier and TypeMethodDescriptionvoidPackedTupleArray_S8.append(TupleDesc_S8 element) voidPackedTupleBigArray_S8.append(TupleDesc_S8 element) voidPackedTupleArray_S8.copy(TupleDesc_S8 src, TupleDesc_S8 dst) voidPackedTupleBigArray_S8.copy(TupleDesc_S8 src, TupleDesc_S8 dst) voidPackedTupleArray_S8.getCopy(int index, TupleDesc_S8 dst) voidPackedTupleBigArray_S8.getCopy(int index, TupleDesc_S8 dst) voidPackedTupleArray_S8.set(int index, TupleDesc_S8 element) voidPackedTupleBigArray_S8.set(int index, TupleDesc_S8 element) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_S8Modifier and TypeMethodDescriptionvoidPackedTupleArray_S8.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_S8> op) voidPackedTupleBigArray_S8.forIdx(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_S8> op) -
Uses of TupleDesc_S8 in boofcv.struct.kmeans
Methods in boofcv.struct.kmeans with parameters of type TupleDesc_S8Modifier and TypeMethodDescriptiondoubleTuplePointDistanceEuclideanSq.S8.distance(TupleDesc_S8 a, TupleDesc_S8 b)