[SOLVED] maximum pixel intensity

Status
Not open for further replies.

Lalitp

Junior Member level 2
Joined
Sep 11, 2012
Messages
20
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,395
Hi, how i can calculate maximum intensity of pixel and location of that pixel in terms of row and column.?
 

I get it solved..
I = imread('Image');
i = I,:,3);
maxValue = max(i));
[r c] = find(i == maxValue)


Thanks for response...
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…