フィルターのクリア

how to track eyes in real time?

4 ビュー (過去 30 日間)
Nimisha
Nimisha 2018 年 3 月 27 日
コメント済み: Amir Dehsarvi 2019 年 5 月 14 日
vid = videoinput('winvideo', 1);
start(vid);
capt1 = getsnapshot(vid);
FDetect = vision.CascadeObjectDetector;
BB = step(FDetect,capt1);
for i = 1:size(BB,1)
rectangle('Position',BB(i,:),'LineWidth',5,'LineStyle','-','EdgeColor','r');
end
title('Eye Detection');
hold off;
preview(vid)
i have written above code for Real time eye tracking. But it gives error. If anyone can help me to trace in real time.!
  1 件のコメント
Amir Dehsarvi
Amir Dehsarvi 2019 年 5 月 14 日
Change the format of your video.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by