Info

This question is closed. Reopen it to edit or answer.

Finding pixels that meet specific criteria

2 views (last 30 days)
med-sweng
med-sweng on 20 Feb 2013
Closed: Sam Chak on 12 Apr 2025
Below is an image of `cameraman.tif` that comes with matlab but after applying fuzzy c-means: http://www.mathworks.com/matlabcentral/fileexchange/25532-fuzzy-c-means-segmentation
Image:
Also, as an output from the algorithm is `u2` (degree of membership of a pixel) is "matlab.mat": https://www.dropbox.com/s/53u5k9qntx5lchc/matlab.mat?n=13215274
What I want to do is select the pixel(s) from the image attached whose `u2` value is `equal to 1`.
Any ideas on how this can be done in `matlab`?
Thanks.

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!