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

halcon 软件学习

时间:2015-10-21 17:17:58      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:

1.for循环

for i:=1 to 4 by 1

endfor

 

2.读取图像

read_image(image,filename)

 

3.遍历图像

for i:=1 to 4 by 1

read_image(image,‘F:/‘+i+‘.jpg‘)   

endfor

 

4.list file(‘flie‘,‘directories‘,‘recursive‘,‘follow_links‘,‘maxdepth‘,‘max_files‘)

 file--指定搜索格式为文件

directories--指定搜索格式为文件夹

recursive--指定可以遍历子文件夹里的文件

max_depth 5--指定遍历深度

max_files 1000--指定遍历的最大文件数

 

5.选择符合规则的索引

tuple_regexp select(ImageFiles,[‘\\.(tif|tiff|bmp)‘],ImageFiles)

halcon 软件学习

标签:

原文地址:http://www.cnblogs.com/damocles/p/4898313.html

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