控制图的大小 figure('position',[x0,y0,dx,dy]); figure(fig number); 显示图例 legend('leg1','leg2') depend on how many lines you plot in a figure; 改变字体大小 change the fontsize of x,y label at the same time. set(gca,'fontsize',15) 显示小刻度 % show minor tick on x axis
1 综述 Separating touching objects in an image is one of the more difficult image processing operations. The watershed transform is often applied to this problem. The watershed transform finds "catchment basins"(集水盆) and "watershed ridge line