HALCON Website / HALCON Operator Reference / Tuple / ArithmeticHDevelop .NET C++ C++ (legacy) COM C Operators tuple_add (Operator) Nametuple_add— Add two tuples.Signaturetuple_add( : : S1, S2 : Sum) Descriptiontuple_add computes the sum of the input tuples S1 and S2. If both tuple...
Name tuple_add— Add two tuples. Signature Description tuple_addcomputes the sum of the input tuplesS1andS2. If both tuples have the same length the corresponding elements of both tuples are added. Otherwise, eitherS1orS2must have length 1. In this case, the addition is performed for eac...
HALCON Website / HALCON Operator Reference / Tuple / Arithmetic HDevelop .NET Python C++ C Operators tuple_add (Operator) Nametuple_add— Add two tuples.Signaturetuple_add( : : S1, S2 : Sum) Descriptiontuple_add computes the sum of the input tuples S1 and S2. If both tuples have the...