![]()  | 
	
		
 一个小程序的问题,大家帮帮看看 
		
		
		clear all 
	I=imread('lena.jpg '); [m,n]=size(I); len=50; %Len为量化步长 for i=1:m for j =1:n tt=I(i,j); tt1=tt/len; I1(i,j)=((tt1+1)*len-tt1*len)/2+tt1*len; end end figure subplot(1,2,1) imshow(I) subplot(1,2,2) imshow(I1) 为什么这个程序在我的机子上是这样显示的? [IMG]http://img.blog.163.com/photo/y_5U4nOx4vsjDjG-skQvrQ==/1976517286462710636.jpg[/IMG]  | 
		
 谢谢大家 
		
		
		我的邮箱:[email protected] 
	 | 
| 所有时间均为北京时间。现在的时间是 08:49。 | 
	Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.