how to find the max and min value of x and y axis at specified intensity?

4 views (last 30 days)
I have a image containing white and black pixel i need to find the maximum and minimum value of x and y axis at specified intensity(white intensity). or you can say that i need to find the center of which contains white color????

Answers (1)

Image Analyst
Image Analyst on 10 Dec 2013
That's exactly what I do in my Image Segmentation Tutorial. I find the centroid and bounding box of all bright objects. Just what you want to do. See http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

Categories

Find more on Images 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!