QQ登录

只需一步,快速开始

上位机HALCON视觉未分类及legacy函数介绍

[ 复制链接 ]

上位机HALCON视觉未分类及legacy函数介绍

上位机HALCON视觉未分类及legacy函数介绍
一.Legacy内全部函数为HALCON废弃的函数,
这些函数的存在仅为兼容旧版本的HALCON程序;
二.未分类三个函数仅演示外部函数导入的操作
*helper_function (Tmp, Output)
* calculate_results (a, Output)
* init (Output, Output1)
下面例程,执行可查看效果
dev_close_window()
a:=[1,2,3,4]
calculate_results (a, Output)
dev_open_window(0, 0, 512, 512, 'black',WindowHandle)
disp_message(WindowHandle,Output,'window',12, 12, 'black', 'true')
*calculate_results (a, Output) 函数内容为下边代码
*Tmp := [Input, '>import_relative/calculate_results.hdvp']
*subdir为程序同级文件夹
*import ./subdir
*helper_function (Tmp, Output) 内容为下边代码
*Output := [Tmp, '>import_relative/subdir/helper_function.hdvp']
init (Output, Output1)
这样HALCON全部函数,学习了图上标注的几个分类

回复

使用道具 举报

点击查看
快速回复 返回列表 客服中心 搜索