码迷,mamicode.com
首页 > 其他好文 > 详细

Halcon学习之tuple

时间:2014-10-09 15:00:38      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:blog   for   sp   div   on   log   ef   as   学习   

* define a tuple for int, double, string... not for object
d:=[]
* assignment
d[0] := ‘a string‘
* get tuple length, method 1:
leng:=|d|
* get tuple length, method 2:
tuple_length(d,leng)
* get length of object tuple 
count_obj (ContoursSplit, Number)

  

Halcon学习之tuple

标签:blog   for   sp   div   on   log   ef   as   学习   

原文地址:http://www.cnblogs.com/crazyghostvon/p/HalconTuple.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!