TA的每日心情 | 擦汗 8 小时前 |
---|
签到天数: 3378 天 连续签到: 5 天 [LV.Master]2000FPS
|
发表于 2012-12-31 21:05:18
|
显示全部楼层
|阅读模式
来自:广东省东莞市 联通
注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
本帖最后由 石鑫华视觉 于 2017-5-16 12:19 编辑
Halcon 学习笔记
1、Halcon 的自我描述
Program Logic
Each program consists of a sequence of HALCON operators
The program can be structured into procedures
The sequence can be extended by using control operators like if, for, repeat, or while
The results of the operators are passed via variables
No implicit data passing is applied
Input parameters of operators can be variables or expressions
Output parameters are always variables
HDevelop has no features to design a graphical user interface
An HDevelop program is considered as a prototypic solution of the vision part of an
application
HDevelop is typically not used for the final application
由此可以看出,Halcon 的定位是一个类库,有着完整、快速实现函数,同时提供了HDevelop
作为快速开发的图形化(IDE)界面;但是,Halcon 程序并不是一个完整的最终应用软件,
它没有用户界面,也不提供显示的数据(公用的数据格式)。
Halcon 的初学者也应当从参考Halcon 的程序入手,熟悉Halcon 类库,也即HDevelop‐Based
Programming;在此基础上,进入ORClass‐Oriented Programming。这也是Halcon 推荐的开发
方式:
The vision part is solved with HDevelop,and the application is developed with C++ or Visual
Basic。
百度云盘下载:
|
|