halcon 数字转字符串实现循环读取图片
Posted dengzhekaihua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了halcon 数字转字符串实现循环读取图片相关的知识,希望对你有一定的参考价值。
1.将字符转换为数字
tuple_number (StringImageIndex,IntImageIndex)
2.将数字转换为字符
tuple_string (IntImageIndex, ‘0‘, StringImageIndex)
循环读取图片
Count:=1
for Index := Count to 5 by 1
tuple_string(Index,‘0‘,StringIndex)
filename:=‘x\\xxx\\xxxxx\\‘+StringIndex+‘.bmp‘
read_image(Image,filename)
endfor
以上是关于halcon 数字转字符串实现循环读取图片的主要内容,如果未能解决你的问题,请参考以下文章