gray values of pixels
    9 views (last 30 days)
  
       Show older comments
    
please can anybody help me how to get gray values of pixels?? please do reply.....
0 Comments
Accepted Answer
  Image Analyst
      
      
 on 31 Oct 2012
        You can simply do
grayValue = yourImage(row, column);
or use an interactive tool like imtool() or impixel() or impixelinfo().
More Answers (1)
See Also
Categories
				Find more on Image Processing Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

