我有一個彩色圖像。我需要在其中應用直方圖均衡。如何在彩色圖像上使用histeq函數?
如果我用它在下面的代碼
im = imread('E:\S1\New\Image1.png');
Test = histeq(im);
我收到以下錯誤
Function HISTEQ expected its first input, I, to be two-dimensional.
Error in ==> histeq at 71
iptcheckinput(a,{'uint8','uint16','double','int16','single'}, ...
如何解決這個問題?
有趣.... – Shai 2013-04-23 06:25:59