Demo:
*读取图像
read_image(Image,'fabrik')
dev_close_window()
dev_open_window(0,0,512,512,'black',WindowID)
dev_set_color('white')
dev_set_draw('fill')
regiongrowing(Image,Regions,1,1,3,500)
inner_circle(Regions, Row5, Column5, Radius)
dev_set_color('red')
disp_circle(WindowID, Row5, Column5, Radius)
本文介绍了使用特定IT技术进行图像处理的过程,包括读取图像、窗口管理、颜色设定、区域生长算法以及内圆的绘制方法。
1802

被折叠的 条评论
为什么被折叠?



