필터 지우기
필터 지우기

Eye detection using (MSE)

조회 수: 2 (최근 30일)
Dalal Alhabsi
Dalal Alhabsi 2016년 10월 21일
i have a project for real time detection , now I want to detect wether the eye is open or close, and i have to use several method , i save 5 frames for open and close eye and then i want to compare the real time frames with the one that has been saved. i use use function in matlab , i got numbers that shows the error like 86 , 60 . but i want to plot a graph for this and when I plot there is an error. i want a solution to find similarites between two frames and show that the eye is close. i hope that you understand what i mean
this is a part of the code
for ii=1:10 % Save this image to disk. FileName=sprintf('%3.3d.jpg',ii); fullImageFileName = fullfile(opFolder, FileName);
% Read it back in to check it. C = imread(fullImageFileName); err = mse(C, Eeye); plot(err); subplot(3,4,[9 10 11 12])
fprintf('\n The mean-squared error is %0.4f\n', err) end

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by