首页 > 其他 > 详细

Halcon学习之tuple

时间:2014-10-09 14:25:09      阅读:327      评论:0      收藏:0      [点我收藏+]
* 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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!