• 大小: 825B
    文件类型: .m
    金币: 2
    下载: 2 次
    发布日期: 2021-06-15
  • 语言: Matlab
  • 标签: Matlab  眨眼  摄像头  

资源简介

自己编的课程设计 可以接受摄像头输入 检测眨眼技术 虽然抗干扰不算太好 但是绝对可以运行 有基本的抗干扰算法在里面 有技术的可以在这基础上进行改进

资源截图

代码片段和文件信息

video_adaptor=imaqhwinfo;
video_get=videoinput(‘macvideo‘1);
%set(video_get‘framesPerTrigger‘20)
%start(video_get);
%for i=1:10
   % frame=getsnapshot(video_get);
 %   subplot(25i)
  %  imshow(frame)
 % imagesc(frame)
%end

triggerconfig(video_get ‘manual‘);

% Now that the device is configured for manual triggering call START.
% This will cause the device to send data back to MATLAB but will not log

评论

共有 条评论