tuple_greater_equal_elemtests elementwise whether the input tupleT1is greater than or equal toT2. If both tuples have the same length, the corresponding elements of both tuples are compared. Otherwise, eitherT1orT2must have length 1. In this case, the comparison is performed for each element...
tuple_equal_elem— Test, whether two tuples are elementwise equal.Signaturetuple_equal_elem( : : T1, T2 : Equal) Descriptiontuple_equal_elem tests whether the two input tuples T1 and T2 are elementwise equal. If both tuples have the same length, the corresponding elements of both tuples...
// The tuple is a pure array of integers //元组是一个纯整数数组 eTupleTypeLong = LONG_PAR,// The tuple is a pure array of floating point values //元组是浮点值的纯数组 eTupleTypeDouble = DOUBLE_PAR,// The tuple is a pure array of strings //元组是字符串的纯数组...
1.1.数据类型: typedef long long HLong typedef int HINT enum HTupleType{ eTupleTypeEmpty = UNDEF_PAR, //空的元组尚未定义数据类型 0 eTupleTypeLong = LONG_PAR, //元组是整数的纯数组 1 eTupleTypeDouble = DOUBLE_PAR,//元组是浮点值的纯数组 2 eTupleTypeString = STRING_PAR,//元组是纯字符...
elem. */ /* Runlength encoding, 35xxx */ #define H_ERR_WRRLN1 3500 /* Wrong number of run length rows (chords): smaller than 0 */ #define H_ERR_WRRLN2 3501 /* Number of chords too big, increase * current_runlength_number using set_system*/ #define H_ERR_WRRLL 3502 ...
1** CountRelation( RelationName,outNumOfTuples);2说明, count_relation,在HALCON数据库中实体的数目。34** DeserializeTuple( SerializedItemHandle,outTuple);5说明, Tuple元组数据转换67** IntegerToObj(outObjects: X; SurrogateTuple);8说明, integer_to_obj,将一个整型数转换为一个图标。910** ObjToInte...
elem. */ /* Runlength encoding, 35xxx */ #define H_ERR_WRRLN1 3500 /* Wrong number of run length rows (chords): smaller than 0 */ #define H_ERR_WRRLN2 3501 /* Number of chords too big, increase * current_runlength_number using set_system*/ #define H_ERR_WRRLL 3502 ...
tuple_greater_elemtests elementwise whether the input tupleT1is greater thanT2. If both tuples have the same length, the corresponding elements of both tuples are compared. Otherwise, eitherT1orT2must have length 1. In this case, the comparison is performed for each element of the longer tup...
tuple_less_equal_elem— Test, whether a tuple is elementwise less or equal to another tuple.Signaturetuple_less_equal_elem( : : T1, T2 : Lesseq) Descriptiontuple_less_equal_elem tests elementwise whether the input tuple T1 is less than or equal to T2. If both tuples have the same ...
1** CountRelation( RelationName,outNumOfTuples);2说明, count_relation,在HALCON数据库中实体的数目。34** DeserializeTuple( SerializedItemHandle,outTuple);5说明, Tuple元组数据转换67** IntegerToObj(outObjects: X; SurrogateTuple);8说明, integer_to_obj,将一个整型数转换为一个图标。910** ObjToInte...