Halcon 字典的使用

1.创建与Key是否存在

create_dict (DictHandle)

* Key是否存在  存在:1 不存在:0
get_dict_param (DictHandle, 'key_exists', ['KeyName1','KeyName2'], KeysExists)
* Key数据类型 'tuple', 'object'
get_dict_param (DictHandle, 'key_data_type', 'KeyName1', KeyDataType)

2.读取

你可能感兴趣的:(机器视觉,c#,Halcon)