HALCON轮廓代码整理.docx
文本预览下载声明
Code711.cn
HALCON轮廓整理
*轮廓的创建,区域边缘生成轮廓,提取,分割,合并
*画圆生成圆轮廓
draw_circle(3600,Row,Column,Radius)
gen_circle_contour_xld(ContCircle,Row,Column,Radius,0,6.28318,positive,1)
*画矩形生成矩形轮廓
draw_rectangle2(3600,Row1,Column1,Phi,Length1,Length2)
gen_rectangle2_contour_xld(Rectangle,Row1,Colu
显示全部