Attached is an image of cameraman.tif
that comes with matlab but after applying [fuzzy c-means]
1
Also, as an output from the algorithm is u2
(degree of membership of a pixel). See matlab.mat for this data.
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.