#HALCON one line of the day:
tuple := gen_tuple_const(10,1)
tuple = [1,1,1,1,1,1,1,1,1,1]
#MvTec #MachineVision #holofd
#halcon #mvtec #MachineVision #holofd
#HALCON one-liner of the day:
Result := insert([1,2,3], 1, [11,12,13])
resulting in [1,11,12,13,2,3].
#MvTec #MachineVision #holotd
#halcon #mvtec #MachineVision #holotd