两个matlab实现最大熵法图像分割程序
%两个程序,亲测可用clear alla=imread('moon.tif');figure,imshow(a)count=imhist(a);[m,n]=size(a);N=m*n;L=256;co
两个matlab实现最大熵法图像分割程序