QQ登录

只需一步,快速开始

halcon get_image_time函数介绍

[ 复制链接 ]
get_image_time(Image : : : MSecond, Second, Minute, Hour, Day, YDay, Month, Year)
此函数get_image_time返回在HALCON中,图像Image 创建的时间。
这个时间不一定与获取图像的时间相关。
对应函数参考介绍,通过参数的名称就可知道参数的含义。


另外图像属性访问相关的函数还有两个,
get_image_size (Image, Width, Height)
get_image_type (Image, Type)

获取图像的类型与长宽,
可执行下面代码查看效果。
read_image (Image, 'patras')
get_image_size (Image, Width, Height)
get_image_type (Image, Type)
get_image_time (Image, MSecond, Second, Minute, Hour, Day, YDay, Month, Year)


回复

使用道具 举报

快速回复 返回列表 客服中心 搜索