halocn读取本地文件

*读取图片操作
*11111111111111
ImagePath :=[]
ImagePath[0] :='E:/image/1.png'
ImagePath[1] :='E:/image/2.png'
ImagePath[2] :='E:/image/3.png'
ImagePath[3] :='E:/image/4.png'
for I :=0 to 3 by 1
    read_image(Image,ImagePath[I])
endfor
*222222222222222
for I :=1 to 4 by 1
    read_image(Image,'E:/image/'+I+'.png')
endfor
*33333333333333
* Image Acquisition 01: Code generated by Image Acquisition 01
*遍历指定文件夹下所有文件提出指定规则文件(文件夹,获取方式,数组)
*获取文件限制:files:指定收索格式为文件 directories:指定收索格式为文件夹 
*recursive:递归遍历文件夹文件 max_depth 5:查看文件深度5 max_files 100:查看文件数量限制100
list_files ('E:/image', ['files','follow_links'], ImageFiles)
*选择符合规则的索引(输入,规则,输出)
*[]正则表达式\\.->转义成点 ()集合用或运算 'ignore_case'忽略大小写字母
tuple_regexp_select (ImageFiles, ['\\.(tif|tiff|gif|bmp|jpg|jpeg|jp2|png|pcx|pgm|ppm|pbm|xwd|ima)$','ignore_case'], ImageFiles)
for Index := 0 to |ImageFiles| - 1 by 1
    read_image (Image, ImageFiles[Index])
    * Image Acquisition 01: Do something
endfor
*补充:使用助手打开新的Image Acquisition 可以选择连接外部设备 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值