Description: 我们给出一个模板 和一幅图象 。不难发现原图中左边暗,右边亮,中间存在着一条明显的边界。进行模板操作后的结果如下: 。
可以看出,第3、4列比其他列的灰度值高很多,人眼观察时,就能发现一条很明显的亮边,其它区域都很暗,这样就起到了边沿检测的作用。
为什么会这样呢?仔细看看那个模板就明白了,它的意思是将右邻点的灰度值减左邻点的灰度值作为该点的灰度值。在灰度相近的区域内,这么做的结果使得该点的灰度值接近于0;而在边界附近,灰度值有明显的跳变,这么做的结果使得该点的灰度值很大,这样就出现了上面的结果。
这种模板就是一种边沿检测器,它在数学上的涵义是一种基于梯度的滤波器,又称边沿算子,你没有必要知道梯度的确切涵义,只要有这个概念就可以了。梯度是有方向的,和边沿的方向总是正交(垂直)的,例如,对于上面那幅图象的转置图象,边是水平方向的,我们可以用梯度是垂直方向的模板 检测它的边沿。
例如,一个梯度为45度方向模板 ,可以检测出135度方向的边沿。-we give a template and an image. It is not difficult to find the maximum were left dark, right-liang, in the middle there is a clear boundary. After the template for the operation results are as follows :. Can be seen, three, four out other than the gray value is much higher, eye observation, we can obviously found a bright side. Other regions are dark, and this has played a role in the detection of 2500. Why is this the case? A closer look at the template on which to understand it. It means the right to the point o gray minus left point as a gray value of the point of gray values. In a similar gray area, do so as a result of the point of gray values close to 0; And near the border. gray values jump significantly changed, the results do make the point very gray value, and this appeared to Platform: |
Size: 9216 |
Author:李涯 |
Hits:
Description: eye detection sample in matlab. Eyetrackers can analyze a driver’s level of attentiveness while driving and prevent drowsiness from causing accidents.-eye detection sample in Matlab. Eyetracke rs can analyze a driver's level of attentivenes s while driving and prevent CAR from cau sing accidents. Platform: |
Size: 15488000 |
Author:henry |
Hits:
Description: Simple face and eye detection
MATLAB Release: R13
You can use this codes for face detection based on color segmentation and eye region detection.
Platform: |
Size: 2129920 |
Author:薛正亮 |
Hits:
Description: Summary: Simple face and eye detection
MATLAB Release: R13
Description: You can use this codes for face detection based on color segmentation and eye region detection. -Summary: Simple face and eye detection MATLAB Release: R13 Description: You can use this codes for face detection based on color segmentation and eye region detection. Platform: |
Size: 2166784 |
Author:风帆 |
Hits:
Description: 人眼定位中的几个源程序,希望对希望对做图象处理的同志有帮助-Eye-positioning several source code, and they hope to hope to do image processing comrades help Platform: |
Size: 2048 |
Author:东方 |
Hits:
Description: 此matlab程序,用来检测并定位人脸及人眼。采用的算法是肤色的颜色分隔。附件中的文件包括 eyematch.m, eyematch2.m, face.m, findeye.m,skin.m, k001.JPG-This matlab procedures used to detect and locate human faces and the human eye. Algorithm used in the color of skin are separated. Attachment of documents including eyematch.m, eyematch2.m, face.m, findeye.m, skin.m, k001.JPG and so on Platform: |
Size: 2217984 |
Author:王杰 |
Hits:
Description: 实现图像中眼睛的检测与定位,有很好的效果,用matlab实现-Image in the eye of the detection and location, have a good effect, with the realization of matlab Platform: |
Size: 661504 |
Author:wenglinbin |
Hits:
Description: 人脸与人眼的检测与定位程序,matlab代码-Face and eye detection and location of the program, matlab code Platform: |
Size: 645120 |
Author:sunyolanda |
Hits:
Description: 这是一篇关于人脸检测实现及眼睛定位算法研究的文章-This is an article about Face Detection and Eye Location Algorithm article Platform: |
Size: 6818816 |
Author:wangbo |
Hits:
Description: Matlab平台下在人脸区域利用EyeMap和MoutMap算法检测眼睛-Matlab platform in the face region detection algorithm using EyeMap and MoutMap eyes Platform: |
Size: 1024 |
Author:jiangshui |
Hits:
Description: 一个程序,可以进行人脸识别和人眼跟踪,基于Matlab编写。-A program which can detect face and track eys, based on Matlab Platform: |
Size: 2149376 |
Author:智能算法 |
Hits:
Description: 人眼定位与人脸检测的程序,包含程序和仿真,效果不错!-code for Eye position and face detection , including procedures and simulation, the performance is good!
Platform: |
Size: 643072 |
Author:王阳丽 |
Hits:
Description: 人眼区域检测,对人脸二值图像进行人眼检测。-Eye region detection, binary image of the face detection of the human eye. Platform: |
Size: 1024 |
Author:飞哥 |
Hits:
Description: 本设计为基于MATLAB的疲劳检测识别,可应用于疲劳驾驶监测,专注度检测等应用。本设计带有GUI可视化界面,自行录制好视频后,读取视频,分帧,读取每一帧影像,计算其眼睛张合度及嘴巴张合度,通过这2个参数来判断是否疲劳。(This design is based on MATLAB fatigue detection and recognition, can be applied to fatigue driving monitoring, concentration detection and other applications. This design has a GUI visual interface. After recording the video, the video is read, divided into frames, and each frame is read. The eye opening and mouth opening degree are calculated, and the fatigue is judged by these two parameters.) Platform: |
Size: 167936 |
Author:可乐一生 |
Hits: