原创 matlab 將圖片進行切割

function bw2 = edu_imgcrop(bw) % Find the boundary of the image [y2temp x2temp] = size(bw); x1=1; y1=1; x2=x2temp; y2=