5.4 图像类型的转换
5.4.1 通过抖动算法转换图像类型的函数dither
5.4.2 将灰度图像转换为索引图像的函数gray2ind
5.4.3 将灰度图像转换为索引图像的函数grayslice
5.4.4 将其他图像转换为二值图像的函数im2bw
5.4.5 将索引图像转换为灰度图像的函数ind2gray
5.4.6 将索引图像转换为RGB图像的函数ind2rgb
5.4.7 将数据矩阵转换为灰度图像的函数mat2gray
5.4.8 将RGB图像转换为灰度图像的函数rgb2gray
5.4.9 将RGB图像转换为索引图像的函数rgb2ind