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: eye blink matlab, blink detection tracking of eyes for eye localisation seminar full report, matlab code for eye blink detection, full code matlab for blink eye, eye detection code in matlab, eye tracking system with blink detection ppt, eye detection using template matching matlab code,

[-]
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,234 22-02-2019, 07:04 AM
Last Post:
  matlab code 1 3,513 31-01-2019, 02:52 PM
Last Post: [email protected]
  Earthquake detection alert alarm for people security ppt 0 946 06-01-2019, 09:29 AM
Last Post:
  Earthquake detection alert alarm for people security 0 849 06-01-2019, 09:25 AM
Last Post:
  er diagram for credit card fraud detection images 0 8,223 04-11-2018, 06:13 PM
Last Post: Guest
  underwater optical communication matlab code 0 3,340 02-11-2018, 07:32 PM
Last Post: Guest
  source code for blood group detection in matlab 0 7,107 22-10-2018, 10:59 AM
Last Post: Guest
  sample of vote of thanks in kannada 0 1,573 05-10-2018, 05:21 PM
Last Post: Guest
  crack detection in railway track using led ldr project report 0 9,347 04-10-2018, 06:19 PM
Last Post: Guest
  airtel broadband bill sample pdf 0 954 28-09-2018, 03:57 PM
Last Post: Guest

Forum Jump: