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

6 次查看(过去 30 天)
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

回答(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