필터 지우기
필터 지우기

gray values of pixels

조회 수: 1 (최근 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 CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by