gray values of pixels

9 ビュー (過去 30 日間)
Elysi Cochin
Elysi Cochin 2012 年 10 月 31 日
please can anybody help me how to get gray values of pixels?? please do reply.....

採用された回答

Image Analyst
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 件のコメント
Elysi Cochin
Elysi Cochin 2012 年 10 月 31 日
thank u sir..

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

その他の回答 (1 件)

MANJUNATH
MANJUNATH 2012 年 10 月 31 日
use imshow(data)
data i= the voltage value obtained from ur pixel output
  1 件のコメント
Elysi Cochin
Elysi Cochin 2012 年 11 月 1 日
thanks sir...

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

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by