原文:Halcon算子学习

convex :加凸壳。 ellipse :和输入区域具有相同的长短测度的椭圆。 Ellipse with the same moments and area as the input region. outer circle :包含区域的最小圆形。 inner circle :被区域包含的最大圆。 rectangle :最小包含矩形,平行于坐标轴。 rectangle :包含区域的最小矩形。 ...

2017-11-02 17:46 0 1202 推荐指数:

查看详情

halcon学习笔记——(13)算子_控制

assign( : : Input : Result) 指定一个新值给控制变量 comment( : : Comment : ) 为程序添加一行注释 exit( : : : ) 终止HDevelo ...

Wed Jan 09 11:09:00 CST 2013 0 3369
Halcon算子

*关闭窗口dev_close_window () *读取图像read_image (Image, 'D:/程序猿/Halcon/Halcon练习/个人练习/图像匹配/board-01.png') *获取图像大小get_image_size (Clip, Width, Height ...

Wed Apr 01 19:24:00 CST 2020 0 609
halcon算子

halcon算子列表 Chapter 1 :Classification 1.1 Gaussian-Mixture-Models 1.add_sample_class_gmm 功能:把一个训练样本添加到一个高斯混合模型的训练数据 ...

Thu May 05 00:06:00 CST 2016 1 3243
Halcon threshold和select_shape算子学习笔记

打开Halcon自带的threshold例程 main程序如下 read_image (Audi2, 'audi2')//读入一副图像fill_interlace (Audi2, ImageFilled, 'odd')//处理一下显得清晰 ...

Tue Feb 18 00:14:00 CST 2020 0 2509
Halcon 算子翻译

1.1 Gaussian-Mixture-Models 1.add_sample_class_gmm 功能:把一个训练样本添加到一个高斯混合模型的训练数据上。 2.classify_class_ ...

Thu Jan 09 21:59:00 CST 2020 0 1266
Halcon 算子函数

Chapter_1_:Classification 1.1 Gaussian-Mixture-Models 1.add_sample_class_gmm 功能:把一個訓練樣本添加到一個高 ...

Thu Jan 09 00:43:00 CST 2020 0 1351
Halcon 算子 Drawing绘图

drag_region1 功能:一个区域的交互运动。 drag_region2 功能:一个带有定点规格区域的交互运动。 drag_region3 功能:一个带有限制位置区域的交互运动。 d ...

Thu Feb 25 18:24:00 CST 2021 0 402
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM