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!