フィルターのクリア

Convert RGB Image to YCbCr color space

1 回表示 (過去 30 日間)
Sajina Rose
Sajina Rose 2020 年 2 月 11 日
コメント済み: Sajina Rose 2020 年 2 月 12 日
YCbCr=rgb2ycbcr(enhancedImg);
Lum=mean2(YCbCr);
Above code produces error like..........
Error using rgb2ycbcr
Expected input number 1, RGB, to be real.
Error in rgb2ycbcr>parse_inputs (line 134)
validateattributes(X,{'uint8','uint16','single','double'},{'real'}, ...
Error in rgb2ycbcr (line 49)
rgb = parse_inputs(varargin{:});
Error in file1 (line 93)
YCbCr=rgb2ycbcr(enhancedImg);
%%%%%please help me
  4 件のコメント
Rik
Rik 2020 年 2 月 11 日
You could use the real or abs functions, but I don't know if that makes sense for you.
Sajina Rose
Sajina Rose 2020 年 2 月 12 日
Thank you

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by