plate_img5(:, [1:width]) = 0; plate_img5 = my_imsplit(plate_img5); else temp = my_imsplit(imcrop(plate_img5, [1,1,width,m])); [m, n] = size(temp); all = sum(sum(temp)); two_thirds=sum(sum(temp([round(m/3):2*round(m/3)],:))); if two_thirds/all > y2 fla...
n] = size(img); width = 0; while sum(img(:, width+1)) ~= 0 && width <= n-2 width = width + 1; end temp = my_imsplit(imcrop(img, [1,1,width,m])); [m1, n1] = size(temp); if