?? colordistplot.m
字號:
function color = ColorDistPlot(cb, cr)% plot the chromatic color distribution of the imagechroma = zeros(256);cb = round(cb);cr = round(cr);for i = 1:length(cb) chroma(cb(i), cr(i)) = chroma(cb(i), cr(i)) + 1;endsurf(chroma)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -