1.用好halcon的最好方法是进行工程项目开发,做一两个项目,基本上就会了。
2.计算halcon程序(段)的运行时间可以用count_seconds()函数,基本格式为:
count_seconds(Start)
/* program segment to be measured */
count_seconds(End)
Seconds := End - Start
3.用数学形态学的
通过实际项目开发掌握Halcon软件,使用count_seconds()函数测量程序运行时间。
1.用好halcon的最好方法是进行工程项目开发,做一两个项目,基本上就会了。
2.计算halcon程序(段)的运行时间可以用count_seconds()函数,基本格式为:
count_seconds(Start)
/* program segment to be measured */
count_seconds(End)
Seconds := End - Start
3.用数学形态学的
2293
873

被折叠的 条评论
为什么被折叠?