工控编程吧

标题: halcon get_channel_info [打印本页]

作者: qq263946146    时间: 2019-5-10 16:06
标题: halcon get_channel_info
get_channel_info(Object : : Request, Channel : Information)
用于获取图像相关信息,当前可用的信息类型有
creator
最初创建图像通道(而不是对象)的函数名称。
type
图像通道的类型,('byte', 'int1', 'int2', 'uint2' 'int4', 'real', 'direction', 'cyclic', 'complex', 'vector_field').
通道Channel 0类型是 'region' o或'xld'
例程

read_image (Image,'patras')
get_channel_info (Image, 'type', 1, Information1)
get_channel_info (Image, 'type', 0, Information2)
Information1为byte
Information2为region






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