Lee's MATLAB Programming Notes
2008年9月28日 星期日
PIXVAL: Display information about image pixels
PIXVAL('ON') 可以將像素色彩值顯示在圖表視窗(figure window)之中。
figure;
imshow(w);
pixval(
'on'
);
我們可以看到 figure 1 底下多了一行反白顯示, 當我們把滑鼠移到圖片上時, 就可以看到圖片上有一個 " + " 的游標, 然後反白顯示列會出現游標的相對應位置與該像素的色彩值。
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
關於我自己
YKLee
檢視我的完整簡介
Visitors
標籤
basic
(4)
figure
(2)
file
(1)
image
(4)
網誌存檔
►
2009
(2)
►
2月
(2)
▼
2008
(8)
▼
9月
(8)
FOPEN: Open file
REPMAT: Replicate and tile an array
IMFINFO:Information about graphics file
SIZE: Size of array
PIXVAL: Display information about image pixels
IMSHOW: Display image
FIGURE: Create figure window
IMREAD: Read image from graphics file
沒有留言:
張貼留言