1 Star 1 Fork 2

wxzhouq/CodeRecognition

forked from xiaodelea/CodeRecognition 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tzbJIGUANG-area.hdev 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
朱为 提交于 2018-11-29 10:15 . 增加瓶胚检测报告
<?xml version="1.0" encoding="UTF-8"?>
<hdevelop file_version="1.0" halcon_version="10.0" cs="163157849">
<procedure name="main">
<interface/>
<body>
<l>read_image (Image, 'D:/实习/图片/1115/tzb/zi/1.bmp')</l>
<l>binomial_filter (Image, ImageBinomial, 5, 5)</l>
<l>emphasize (ImageBinomial, ImageEmphasize, 7, 7, 1)</l>
<l>mean_image (ImageEmphasize, ImageMean, 15, 15)</l>
<l>dyn_threshold (ImageEmphasize, ImageMean, RegionDynThresh, 10, 'light')</l>
<l>closing_rectangle1 (RegionDynThresh, RegionClosing, 3, 5)</l>
<l>select_characters (RegionClosing, RegionCharacters, 'false', 'medium', 25, 45, 'false', 'false', 'none', 'false', 'medium', 'false', 200, 'completion')</l>
<l>union1 (RegionCharacters, RegionUnion1)</l>
<c></c>
<l>smallest_rectangle2 (RegionUnion1, Row, Column, Phi, Length1, Length2)</l>
<l>gen_rectangle2 (Rectangle, Row, Column, Phi, Length1, Length2)</l>
<l>intersection (Rectangle, RegionClosing, RegionIntersection)</l>
<l>area_center (RegionIntersection, Area, Row1, Column1)</l>
<c></c>
</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

搜索帮助