face detection-matlab code我要分享

face detection-matlab code

关注次数: 236

下载次数: 0

文件大小: 84.64 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:让我们看看如何检测脸,鼻子,嘴巴和眼睛使用MATLAB内置的类和函数。基于Viola-Jones人脸检测算法的计算机视觉系统工具箱包含;视觉探测器基于上述算法检测对象的系统对象。lt;span class=";mlxtu Word";style=";font-尺寸:14px;背景色:#FFFFFF;字体系列:在这些matlab代码中,我们只需检测一张脸,像这些代码,我们还可以创建一个matlab代码来检测手掌线,鼻子,眼睛。


English Description:

Lets see how to detect face, nose, mouth and eyes using the MATLAB built-in class and function. Based on Viola-Jones face detection algorithm, the computer vision system toolbox contains vision.CascadeObjectDetector System object which detects objects based on above mentioned algorithm.  in these matlab code we just detect a face and like these code we can also create a matlab code to detect palm lines , nose, eyes.


代码预览

相关推荐