gray values of pixels
2 ビュー (過去 30 日間)
古いコメントを表示
please can anybody help me how to get gray values of pixels?? please do reply.....
0 件のコメント
採用された回答
Image Analyst
2012 年 10 月 31 日
You can simply do
grayValue = yourImage(row, column);
or use an interactive tool like imtool() or impixel() or impixelinfo().
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!