I0=imread(' 1.bmp ');

问题描述:

I0=imread(' 1.bmp ');
I1=rgb2gray(I0); %灰度图像
[x y]=find (I1

貌似是一个图像处理的程序,关于不变矩.