打开软件出现的界面,新建界面或者关闭都可以开始别写程序啦。
一共有四大窗口:
1、图形窗口
2、变量窗口
3、算子窗口
4、程序窗口
程序窗口是主要写程序的窗口:
read_image(Image,'clip')
*图像分割
threshold(Image, Region, 0, 55)
* connection(Region, ConnectedRegions)
*形态学处理
closing_circle(Region, RegionClosing, 1.5)
*连通性分析