工控编程吧
标题:
工业视觉生成二值化图像的两种方法
[打印本页]
作者:
qq263946146
时间:
2019-6-7 13:47
标题:
工业视觉生成二值化图像的两种方法
(, 下载次数: 0)
上传
点击文件名下载附件
*生成二值化图像的两种方法
*方法1,使用region_to_bin函数
read_image (Image, 'fabrik')
threshold (Image, Region, 170, 255)
get_image_size (Image, Width, Height)
region_to_bin (Region, BinImage, 255, 0, Width, Height)
*方法2使用paint_region
read_image (Image, 'fabrik')
gen_rectangle1 (Rectangle, 30, 20, 100, 200)
paint_region (Rectangle, Image, ImageResult, 255, 'fill')
complement (Rectangle, RegionComplement)
paint_region (RegionComplement, ImageResult, ImageResult1, 0, 'fill')
欢迎光临 工控编程吧 (https://www.gkbc8.com/)
Powered by Discuz! X3.4