how can i proceed further to extract the eyes from images using the centroid
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Sivakumaran Chandrasekaran
am 22 Jan. 2014
based on the properties of image, you can find.. it varies when eyes are closed and when eyes are opened
Antworten (0)
Siehe auch
Kategorien
Mehr zu Eye Tracking finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!