SE = strel('square',3); Erode_gray = imerode(l5,SE); SE = strel('ball',3,3); P_gray = imdilate(Erode_gray,SE);