遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

08 2021 档案

冲压孔毛刺检测
摘要:* This example program shows how fit_rectangle2_contour_xld can be used to * detect manufacturing errors of punched holes in a metal part. The errors 阅读全文

posted @ 2021-08-18 17:04 遗忘海岸 阅读(108) 评论(0) 推荐(0) 编辑

var_threshold
摘要:中文翻译参考:http://www.skcircle.com/?id=1563 对每个像素(使用withd x height模板)可以计算出这点的,亮值,暗值,平均,标准差等, 上面的图GrayValue是原始点的灰度值,Dark是这点的暗值标准,如果使用参数'dark',那么会选择那些比Dark曲 阅读全文

posted @ 2021-08-18 09:32 遗忘海岸 阅读(196) 评论(0) 推荐(0) 编辑

一些动态绑定数据代码
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-08-13 17:42 遗忘海岸 阅读(32) 评论(0) 推荐(0) 编辑

直线与圆的拟合测量
摘要:dev_close_window () read_image (Image, 'gj2') rgb1_to_gray (Image, Image) get_image_size (Image, Width, Height) dev_open_window (0, 0, Width / 2, Heig 阅读全文

posted @ 2021-08-12 15:47 遗忘海岸 阅读(89) 评论(0) 推荐(0) 编辑

圆的拟合__测量圆心距
摘要:read_image(Image, 'gj1') emphasize (Image, ImageEmphasize, 7, 7, 1) rgb1_to_gray (ImageEmphasize, GrayImage) threshold (GrayImage, Regions, 62, 255) * 阅读全文

posted @ 2021-08-12 09:30 遗忘海岸 阅读(265) 评论(0) 推荐(0) 编辑

halcon骨架与xld的区分
摘要:骨架是一个像素宽度的region,轮廓是xld 阅读全文

posted @ 2021-08-10 16:58 遗忘海岸 阅读(337) 评论(0) 推荐(1) 编辑

dyn_threshold
摘要://采用系统自带图片 read_image (Image, 'particle') *获取图像 dev_display (Image) *显示图像 threshold (Image, Large, 110, 255) *灰度阈值分割图像 dilation_circle (Large, LargeDi 阅读全文

posted @ 2021-08-10 08:23 遗忘海岸 阅读(557) 评论(0) 推荐(0) 编辑

模板匹配加测量Demo
摘要:* This example program shows the use of pattern matching with shape models* to locate an object. Furthermore, it shows how to use the detected positio 阅读全文

posted @ 2021-08-06 15:54 遗忘海岸 阅读(43) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示