HALCON学习之TUPLE
* define a tuple for int, double, string... not for objectd:=[]* assignmentd[0] := 'a string'* get tuple length, method 1:leng:=|d|* get tuple length, method 2:tuple_length(d,leng)* get length of object tuplecount_obj (ContoursSplit, Number)
浙公网安备 33010602011771号