imshow(I,[low high]) 显示的图像的矩阵怎么得出?是跟I的矩阵一样吗?
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/19 12:14:17
imshow(I,[low high]) 显示的图像的矩阵怎么得出?是跟I的矩阵一样吗?
imshow(I,[ ]) 显示的图像的矩阵怎么得出?是跟 I 的矩阵一样吗?matlab图像处理问题,
imshow(I,[ ]) 显示的图像的矩阵怎么得出?是跟 I 的矩阵一样吗?matlab图像处理问题,
imshow(I,[low high]) ,用指定的灰度范围 [low high]显示灰度图像 I.显示结果,图像中灰度值等于或低于low的都将用黑色显示,而灰度值大于等于high的都显示为白色,介于low和high之间的用其灰度级的默认值的中间色调显示.
如果你用了一个空矩阵 ([]) 来代替 [low high],imshow 函数将使用 [min(I(:))max(I(:))]作为第二个参数.
imshow(I,[low high]) 显示的图像的矩阵,跟I的矩阵不一定一样(除非low=0,high=255),可以用如下代码得到imshow(I,[low high]) 显示的图像的矩阵.
A=imread(I);
[m,n]=size(A);
for i=1:m
for j=1:n
if A(i,j)=high
A(i,j)=255;
end
end
end
end
这样得到的矩阵A就是imshow(I,[low high]) 显示的图像的矩阵.(同理,将代码中low,high分别换成min(I(:)),及max(I(:)))就得到imshow(I,[ ]) 显示的图像的矩阵.
附matlab中imshow函数的英文解释:
IMSHOW(I,[LOW HIGH]) displays I as a grayscale intensity image,specifying the data range for I.The value LOW (and any value less than LOW)displays as black,
the value HIGH (and any value greater than HIGH) displays as white,
and values in between display as intermediate shades of gray.
IMSHOW uses the default number of gray levels.If you use an empty matrix ([]) for [LOW HIGH],IMSHOW uses [min(I(:)) max(I(:))]; the minimum value in I displays as black,and the maximum value displays as white.
如果你用了一个空矩阵 ([]) 来代替 [low high],imshow 函数将使用 [min(I(:))max(I(:))]作为第二个参数.
imshow(I,[low high]) 显示的图像的矩阵,跟I的矩阵不一定一样(除非low=0,high=255),可以用如下代码得到imshow(I,[low high]) 显示的图像的矩阵.
A=imread(I);
[m,n]=size(A);
for i=1:m
for j=1:n
if A(i,j)=high
A(i,j)=255;
end
end
end
end
这样得到的矩阵A就是imshow(I,[low high]) 显示的图像的矩阵.(同理,将代码中low,high分别换成min(I(:)),及max(I(:)))就得到imshow(I,[ ]) 显示的图像的矩阵.
附matlab中imshow函数的英文解释:
IMSHOW(I,[LOW HIGH]) displays I as a grayscale intensity image,specifying the data range for I.The value LOW (and any value less than LOW)displays as black,
the value HIGH (and any value greater than HIGH) displays as white,
and values in between display as intermediate shades of gray.
IMSHOW uses the default number of gray levels.If you use an empty matrix ([]) for [LOW HIGH],IMSHOW uses [min(I(:)) max(I(:))]; the minimum value in I displays as black,and the maximum value displays as white.
组分矩阵乘权值矩阵后乘交互矩阵得出交互作用影响矩阵,结果是怎样得出的,
MATLAB哪个函数把图像以矩阵的形式显示
怎么证明矩阵的伴随矩阵是正定矩阵
在求一个矩阵可逆矩阵的过程中,通过不同初等变换得出的矩阵是否一样?
matlab图像处理问题,怎么最后imshow出来的是全黑的图像呢?
线性代数,矩阵性质,打问号的式子怎么得出来的?
x(i,j),y(i,j)都是3*4的矩阵,z是4*4矩阵,怎么用lingo表示约束条件:x(i,j)+z(i-1,j)
请问如下矩阵怎么求Zt*Lt=It代表转置就是Z的转置乘以L的转置等于I I是单位矩阵现在已知L矩阵 求Z矩阵请问如何计
问一个关于矩阵的考研题.请问波浪线部分是怎么得出来的?
请告诉我这个矩阵的det 是怎么得出-2来的,谢谢啦
请问I'll这怎么读?是跟I will 的读音一样吗?
矩阵是怎么定义的