problem to adding pixel values?
1 回表示 (過去 30 日間)
古いコメントを表示
when i am adding the pixel value of red , green , blue component separately of colored image it always give 255 maximum .whats the problem??
0 件のコメント
採用された回答
Walter Roberson
2013 年 2 月 23 日
Try this at the command line:
uint8(255) + uint8(2)
And then this
double(uint8(255)) + double(uint8(2))
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Read, Write, and Modify Image についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!