随便写了一个方法,没优化,运行速度有点慢。对于图像范围边界,只跟图像内部点做均值。clear all clc A=imread('manuo1.jpg');A=im2double(A);subplot(1,2,1)imshow(A);[line,row]=size(A);lines=0;rows=0;linee=0;rowe=0;temp=0;B=[];for i=1:1:line for j=1:1:row lines=...