eye blink detection using matlab sample code
#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: eye blink detection code in matlab, matlab code for eye blink detection, eye blink matlab, detection of eye blink in matlab, blink detection seminar, uml diagram for eye blink detection, blink detection eye tracking system,

[-]
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)

Messages In This Thread
eye blink detection using matlab sample code - by Guest - 09-10-2016, 07:45 PM
RE: eye blink detection using matlab sample code - by jaseela123d - 11-10-2016, 10:49 AM

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

Forum Jump: