随笔分类 -  halcon练习小demo

摘要:目标:获取图片上班的七块白色区域,并绘制出区域的中心坐标 代码: *读取图片read_image (Image, 'C:/Users/HJ/Desktop/test_image/printer_chip/printer_chip_01.png')*获取图片的大小get_image_size(Imag 阅读全文
posted @ 2022-07-05 17:29 小女孩真可爱 阅读(774) 评论(0) 推荐(0) 编辑
摘要:目标:根据原始图片,获取图像中的二维码区域 代码: read_image(Image, 'printer_chip/printer_chip_01') get_image_size(Image, Width, Height) dev_close_window() dev_open_window(0, 阅读全文
posted @ 2022-07-05 16:13 小女孩真可爱 阅读(945) 评论(0) 推荐(0) 编辑