identifying spot in clear image

2 次查看(过去 30 天)
sandeep
sandeep 2014-10-18
评论: sandeep 2014-10-19
i have colored images of same thing taken in series one after another with a very small time interval. Most of the region in the image is white except the small colored spots. i need to identify the colored spots using matlab. Professor told me first convert the colored images to grey images, and then convert grey image to binary image(i.e. points above certain intensity as 1 and rest as 0).Conversion to binary has been done with 'mask' command. Then he says, in next step use some algorithm to cluster the spots in each binary image(i.e. cluster the 1s). similarly do for all images,analyze them and conclude where is defect(spots). i have uploaded one colred image as a sample, and its greyimage and binary image.
  2 个评论
Image Analyst
Image Analyst 2014-10-18
编辑:Image Analyst 2014-10-18
Why is this a different question than before? http://www.mathworks.com/matlabcentral/answers/158803-finding-the-coordinates-of-points-with-maximum-intensity It's the same image and you're trying to find the spots like before. And you got some good answers there. Why are you asking again? I think you misunderstood your professor. The next step is not to "cluster the spots" but to label them, then call regionprops - I gave you a link to a demo. Did you try it? I mean, that's about all I can do since, even though it's a trivial problem, I assume you don't want me to just do it outright for you.
sandeep
sandeep 2014-10-19
yes ,its the same image and i needed to label the spots. sorry about putting it in new question...i am a new user. Thanks Image Analyst.

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by