eye blink detection using matlab sample code
#1

Hi ,I am sherin .i would like to get the mathlab source code for my project eye blink detection using mathlab.
Reply
#2

clc;
close all;
clear all;
cam=webcam; c1=0;
EyeDetect = vision.CascadeObjectDetector('EyePairBig');
for co=0:650
I=snapshot(cam);
BB1=step(EyeDetect,I);
ay=sum(BB1(Smile);
if(ay==0)
c1=c1+1;
if(c1==100)
disp('turn the face');
end
else
Eyes=imcrop(I,BB1);
k=size(Eyes);
l2=k(2)/3;
w=round(l2);
ey=imcrop(Eyes,[0 0 l2 k(1)]);
figure (1),
subplot(3,1,1)
imshow(ey);
k2=size(ey);
a=rgb2gray(ey);
sa=sum(a(Smile);
subplot(3,1,2)
plot(1Confusedize(a,1),mean(a,2));
c1=0;
subplot(3,1,3)
imshow(I);
clc;
end
end
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: blink detection matlab, ieee paper pdf free download on eye tracking system with blink detection, eye blink detection, eye blink detection using matlab sample code, matlab code for read eye blink using laptop, matlab code for eye blink detection, uml diagram for eye blink detection,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  an atm with an eye documentation 0 1,189 22-02-2019, 07:04 AM
Last Post:
  matlab code 1 3,466 31-01-2019, 02:52 PM
Last Post: [email protected]
  Earthquake detection alert alarm for people security ppt 0 890 06-01-2019, 09:29 AM
Last Post:
  Earthquake detection alert alarm for people security 0 810 06-01-2019, 09:25 AM
Last Post:
  er diagram for credit card fraud detection images 0 7,736 04-11-2018, 06:13 PM
Last Post: Guest
  underwater optical communication matlab code 0 3,305 02-11-2018, 07:32 PM
Last Post: Guest
  source code for blood group detection in matlab 0 6,621 22-10-2018, 10:59 AM
Last Post: Guest
  sample of vote of thanks in kannada 0 1,530 05-10-2018, 05:21 PM
Last Post: Guest
  crack detection in railway track using led ldr project report 0 8,858 04-10-2018, 06:19 PM
Last Post: Guest
  airtel broadband bill sample pdf 0 915 28-09-2018, 03:57 PM
Last Post: Guest

Forum Jump: