*获取图像信息
*读取图像
read_image(src,'../../resources/images/cat.jpg')
get_image_size(src,width,height)
dev_close_window()
dev_open_window(0,0,height,width,'black',window_handle1)
dev_display(src)
disp_message(window_handle1,'width:'+width+'\nheight:'+height,'image',20,20,'red','false')
02-Halcon机器视觉实例入门:图像信息获取
最新推荐文章于 2024-01-03 20:45:12 发布