原文:halcon 保存Region [原创]

记录自己的学习之路. dev update window off dev close window read image Image , .bmp dev open window fit image Image , , , , , WindowHandle dev display Image gen rectangle ROI , . , . , rad . , . , . dump window ...

2021-01-27 15:32 0 325 推荐指数:

查看详情

Halcon 获取Region特征

Region指定特征值:region_features(Regions : : Features : Value) 根据特征值选择区域:select_shape(Regions : SelectedRegions : Features, Operation, Min, Max ...

Mon Mar 02 23:01:00 CST 2020 0 2704
Halcon区域region相关的算子

13.1 Information 1. count_obj 功能:统计一个元组中的对象。 2. get_channel_info 功能:一幅目标图像组成部分的信息。 3. get_obj_c ...

Thu Dec 02 19:28:00 CST 2021 0 130
Halcon开闭运算(region)学习

算子:    *开运算 opening(ConnectedRegions, ConnectedRegions, RegionOpening1)   *闭运算 closing(RegionOpen ...

Tue Nov 30 22:00:00 CST 2021 0 905
Halcon 筛选图中面积最大的Region

筛选图中面积最大的Region 首先要操作的就是分离出图中的Region,分离方法就是传统的阈值(threshold),连接(connection),将空洞填充(fill_up)。 将这些操作完之后,进行area_center,计算出所有的面积。然后进行selcet_shape ...

Tue Jun 27 17:54:00 CST 2017 0 7255
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM