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 TypeMethodDescriptiondouble
ScoreAssociateSad.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 TypeMethodDescriptionvoid
ConvertTupleDescSigned_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 double
DescriptorDistance.euclideanSq
(TupleDesc_S8 a, TupleDesc_S8 b) Returns the Euclidean distance squared between the two descriptors.static int
DescriptorDistance.sad
(TupleDesc_S8 a, TupleDesc_S8 b) Sum of absolute difference (SAD) scorestatic void
ConvertDescriptors.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 twoTupleDesc
as 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_S8
PackedTupleArray_S8.temp
final TupleDesc_S8
PackedTupleBigArray_S8.temp
Methods 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 TypeMethodDescriptionvoid
PackedTupleArray_S8.append
(TupleDesc_S8 element) void
PackedTupleBigArray_S8.append
(TupleDesc_S8 element) void
PackedTupleArray_S8.copy
(TupleDesc_S8 src, TupleDesc_S8 dst) void
PackedTupleBigArray_S8.copy
(TupleDesc_S8 src, TupleDesc_S8 dst) void
PackedTupleArray_S8.getCopy
(int index, TupleDesc_S8 dst) void
PackedTupleBigArray_S8.getCopy
(int index, TupleDesc_S8 dst) void
PackedTupleArray_S8.set
(int index, TupleDesc_S8 element) void
PackedTupleBigArray_S8.set
(int index, TupleDesc_S8 element) Method parameters in boofcv.struct.feature with type arguments of type TupleDesc_S8Modifier and TypeMethodDescriptionvoid
PackedTupleArray_S8.forIdx
(int idx0, int idx1, BoofLambdas.ProcessIndex<TupleDesc_S8> op) void
PackedTupleBigArray_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 TypeMethodDescriptiondouble
TuplePointDistanceEuclideanSq.S8.distance
(TupleDesc_S8 a, TupleDesc_S8 b)