I want to segmentation this image

조회 수: 1 (최근 30일)
Lidank Abiel
Lidank Abiel 2012년 11월 19일
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.

답변 (2개)

Image Analyst
Image Analyst 2012년 11월 19일
Try something like this:
darkAreas = redChannelImage < 100;
withinFaceOnly = imclearborder(darkAreas);

Lidank Abiel
Lidank Abiel 2012년 12월 6일
thank you Image Analyst :)
  댓글 수: 1
Image Analyst
Image Analyst 2012년 12월 6일
You're welcome. Go ahead and mark it as "Answered".

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by