文件名称:Video-display-and-read-write
介绍说明--下载内容均来自于网络,请自行研究使用
MATLAB 最常處理的影像格式為索引影像(Indexed Images)
顯示此類型影像的語法如下:
image(X)
colormap(map)
其中X為影像的資料矩陣,map為色盤矩陣。
色盤矩陣的大小為K×3,每個橫列由三個元素所組成,分別是R(紅) 、G(綠)、B(藍) ,每個元素的範圍為0~1
X的值為1~K,也就是當X(i, j)的值為p,則像素點(i, j) 的顏色為map(p, :)這一列的值所決定。
-MATLAB image format most commonly treated as an index image (Indexed Images) display images of this type has the following syntax: image (X) colormap (map) where X is the image data matrix, map matrix for the color palette. The size of the matrix palette K3, each row consists of three elements, namely R (red), G (green), B (blue), and each element in the range of 0 ~ 1 X value is 1 ~ K, that is, when X (i, j) has a value of p, the pixel (i, j) of the color map (p, :) determined by the value of the column.
顯示此類型影像的語法如下:
image(X)
colormap(map)
其中X為影像的資料矩陣,map為色盤矩陣。
色盤矩陣的大小為K×3,每個橫列由三個元素所組成,分別是R(紅) 、G(綠)、B(藍) ,每個元素的範圍為0~1
X的值為1~K,也就是當X(i, j)的值為p,則像素點(i, j) 的顏色為map(p, :)這一列的值所決定。
-MATLAB image format most commonly treated as an index image (Indexed Images) display images of this type has the following syntax: image (X) colormap (map) where X is the image data matrix, map matrix for the color palette. The size of the matrix palette K3, each row consists of three elements, namely R (red), G (green), B (blue), and each element in the range of 0 ~ 1 X value is 1 ~ K, that is, when X (i, j) has a value of p, the pixel (i, j) of the color map (p, :) determined by the value of the column.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
19-影像顯示與讀寫\annie19980405.jpg
.................\image01.m
.................\image02.m
.................\image03.m
.................\image04.m
.................\image05.m
.................\image06.m
.................\imagesc01.m
.................\imfinfo01.m
.................\imread01.m
.................\imread02.m
.................\imwrite01.m
.................\jordan2.gif
.................\myClown.jpg
.................\sbtree.gif
.................\simulinkteam.jpg
.................\Thumbs.db
.................\uint801.m
19-影像顯示與讀寫