how can i proceed further to extract the eyes from images using the centroid

조회 수: 6 (최근 30일)
krishnaveni
krishnaveni 2014년 1월 22일
편집: Walter Roberson 2014년 2월 21일
i am doing projects in detecting drowsiness for that i have to detect whether the eyes are open or close i use the following coding
se = strel('disk',12);bw1 = imclose(crop_aa,se);cc = bwconncomp(bw1); s = regionprops(cc,'centroid');
where crop_aa is input face image
  댓글 수: 1
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2014년 1월 22일
based on the properties of image, you can find.. it varies when eyes are closed and when eyes are opened

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Eye Tracking에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by