Applying Individual Thresholds to Objects Within the Same Image
6 views (last 30 days)
Show older comments
I'm analyzing images of cellular nuclei and I am trying to figure a way to remove pixels under a certain intensity within this image. But instead of setting one threshold for the entire image that applies to all the nuclei,I would like to apply my own threshold for each individual nucleus within the same image. Does anybody have an idea to tackle this problem? I attached an example of an image that I am working with.
0 Comments
Answers (3)
Image Analyst
on 22 Oct 2013
There is no image attached. What do you mean by "remove", knowing that an image must remain rectangular and you can't have any "missing" pixels which would cause some rows or columns to have a different number of pixels. Do you mean crop out to extract those dark regions to small, separate mini-images?
1 Comment
Image Analyst
on 23 Oct 2013
See my image segmentation tutorial, where I crop out things from the image. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!