I want to segmentation this image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a picture, where the area to be processed is the eye area, so that the black background. I've tried using mat2gray, but less satisfactory results obtained, because the eye area that I want is the original image. but the results I got, red eye area. please help. thanks in advance.
![](https://www.mathworks.com/matlabcentral/images/broken_image.png)
0 Commenti
Risposte (2)
Image Analyst
il 19 Nov 2012
Try something like this:
darkAreas = redChannelImage < 100;
withinFaceOnly = imclearborder(darkAreas);
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!