工控编程吧

标题: halcon get_image_time函数介绍 [打印本页]

作者: qq263946146    时间: 2019-5-6 00:03
标题: 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)







欢迎光临 工控编程吧 (https://www.gkbc8.com/) Powered by Discuz! X3.4