Colored image pixel information .....

Think my image is 'im'. If I get the colored image pixel information as im(4,29) using MATLAB : it says (uint8) 142, what information it displays, I meant that the mean value of 3 channels of the co-ordination or something else ?

 Accepted Answer

Image Analyst
Image Analyst on 26 Feb 2017
Try using impixel() or impixelinfo().

2 Comments

If I going to print the result of im(4,29), what is the meaning of the resulting value ? could you please explain sir ?
It's the intensity of the red, green, and blue channels.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!