[halcon] 局部图片保存 gen_circle 和 gen_rectangle2 对比 这怕不是bug吧
背景我想实现一个功能,获取图片中瑕疵的位置,将瑕疵周边的一块区域抠图并保存。上代码一开始我代码这么写的:gen_circle(Rectangle,Row[i],Column[i],256)reduce_domain(Image,Rectangle,GrayEllipse)crop_domain(GrayEllipse,ImagePart1)write_image(ImagePart1,‘bmp’,