摘要:* 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
阅读全文
摘要:中文翻译参考:http://www.skcircle.com/?id=1563 对每个像素(使用withd x height模板)可以计算出这点的,亮值,暗值,平均,标准差等, 上面的图GrayValue是原始点的灰度值,Dark是这点的暗值标准,如果使用参数'dark',那么会选择那些比Dark曲
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.
阅读全文
摘要: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
阅读全文
摘要:read_image(Image, 'gj1') emphasize (Image, ImageEmphasize, 7, 7, 1) rgb1_to_gray (ImageEmphasize, GrayImage) threshold (GrayImage, Regions, 62, 255) *
阅读全文
摘要:骨架是一个像素宽度的region,轮廓是xld
阅读全文
摘要://采用系统自带图片 read_image (Image, 'particle') *获取图像 dev_display (Image) *显示图像 threshold (Image, Large, 110, 255) *灰度阈值分割图像 dilation_circle (Large, LargeDi
阅读全文
摘要:* 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
阅读全文