row=1200; col=1600; filename= ‘DoubleByte_ave.raw’ ; f=fopen(filename,‘r’); image=fread(f,[col,row],‘uint16’); image=image’;
figure(1); %subplot(2, 2, 1), imshow(image1), title(‘原图像’); imtool(image,[]), title(‘原图像’);