1 Star 1 Fork 2

wxzhouq/CodeRecognition

forked from xiaodelea/CodeRecognition 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
touminggai.hdev 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
朱为 提交于 2018-11-19 09:54 . 特种兵:双紫光呈V型向下打光
<?xml version="1.0" encoding="UTF-8"?>
<hdevelop file_version="1.0" halcon_version="10.0" cs="-1039464120">
<procedure name="main">
<interface/>
<body>
<l>read_image (Image2, 'D:/实习/图片/1115/height/2.bmp')</l>
<l>dots_image (Image2, DotImage, 3, 'light', 2)</l>
<l>emphasize (Image2, ImageEmphasize, 7, 7, 5)</l>
<l>threshold (ImageEmphasize, Region, 80, 255)</l>
<l>connection (Region, ConnectedRegions)</l>
<l>select_shape (ConnectedRegions, SelectedRegions, ['outer_radius','roundness'], 'and', [140,0.5], [170,1])</l>
<l>smallest_circle (SelectedRegions, Row1, Column1, Radius)</l>
<l>tuple_max (Radius, Max)</l>
<l>tuple_find (Radius, Max, Indices)</l>
<l>select_obj (SelectedRegions, ObjectSelected, Indices+1)</l>
<c>*高度不足的面积在5000以下,高度足够的面积在20000以上</c>
<l>area_center (ObjectSelected, Area, Row, Column)</l>
</body>
<docu id="main">
<parameters/>
</docu>
</procedure>
</hdevelop>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxfsc/CodeRecognition.git
git@gitee.com:zxfsc/CodeRecognition.git
zxfsc
CodeRecognition
CodeRecognition
master

搜索帮助