matlab疲劳驾驶检测项目

阅读 92

2022-01-31

文章目录

结果

疲劳的话,最后输出drowsiness_detection,发出声音提醒

>> drowsiness_detection

ans =

    'starting code'


ans =

    'Reading webcam video'


ans =

    '>> drowsiness_detection

ans =

    'starting code'


ans =

    'Reading webcam video'


ans =

    'Drowsiness detected'

不疲劳的话就没有什么提示

>> drowsiness_detection

ans =

    'starting code'


ans =

    'Reading webcam video'


ans =

    'No drowsiness detected'

过程

采取自己100张闭眼照片:
在这里插入图片描述

采取自己的100张睁眼照片:
在这里插入图片描述
正常时的眼睛图片:
在这里插入图片描述
得到后拿来训练:
在这里插入图片描述

疲劳判断依据:眨眼频率

精彩评论(0)

0 0 举报