搜索资源列表
EmotionDetection
- 人臉辨識-利用matlab實現去偵測人臉-Face recognition- the use of matlab implementation to detect human face
Hash
- 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
U
- this program used to detect skin in image and this is the main code that is use to detect any presence of human.
skinofface
- this code detect skin of human body and every thing that is same as it
EmotionDetection
- It can detect human emotion from image. First it take an image, then by skin color segmentation it detect human skin color then it detect human face. Then it separate the eyes & lip from the face. Then it draw bezier curve for eyes & lips. Then it co
Human_Motion_Detection
- 本代码成功而及其有效地探测了运动物体的tracking的问题,对于人体的运动进行跟踪,经测试完好使用。-The successful and effective code to detect the problem of tracking moving objects, tracking the movement of the human body, tested good use.
human-brain-interface
- s software running on computer, mental activities of human brain may entry a dead loop too. Computer-brain interfaces give computers special channels to detect and interfere to interrupt unwanted thoughts which induce unpleasant intrusive
Face-recognition-based-Gabor
- 利用Gabor特征和人工智能结合来检测人脸,利用matlab写的-The use of Gabor features and artificial intelligence combine to detect human face using matlab write
the-ECG--detect
- 一种自适应检测人体心电图ECG信号的算法,可以有效滤除噪声干扰。-An adaptive algorithm for the detection of human electrocardiogram ECG signal, can effectively filter out the noise.
Automatic-People-Counting-
- 提出了智能视频监控中基于机器学习的自动人数统计系统。。该系统通过机器学习的方法对视频序列中人的头肩部位进行准确地检测。克服了传统检测方法如连通域分析和简单模板匹配的不足。-Automatic people counting system based on machine learning in intelligent video surveillance. . The system through machine learning methods to accurately detect the
Detect Face in live webcam
- Code to detect face in live webcam video, this code will detect if human face exists in the live webcam video and if face it detected then it will draw a box around the face
EyeDect
- 利用Hough变换对人脸图片中的人眼进行检测,随带可测试图片。-Use Hough transform human face in the picture of the human eye to detect, comes testable picture.
facedetector_src
- MFC实现的基于AdaBoost算法的人脸检测源代码,通过摄像头拍摄动态检测人脸-MFC implementation of the AdaBoost algorithm based on the face detection of the source code, through the camera to detect the dynamic detection of human face
svm-CAR-detect
- 基于matlab ui界面的人工交互的车辆识别,利用svm支持向量机对车辆进行是被标记,正负样本各300张-Vehicle identification human interaction matlab ui-based interface using svm SVM vehicles are marked, positive and negative samples each 300
Face_Demo-20170929
- 人脸识别,是基于人的脸部特征信息进行身份识别的一种生物识别技术。用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和跟踪人脸,进而对检测到的人脸进行脸部的一系列相关技术,通常也叫做人像识别、面部识别(Face recognition is a biometric recognition technology based on human face feature information for personal identification. With the acquisition
设计程序
- 本资源运用Matlab中的计算机视觉技术对视频监控中的运动人体的一些异常行为进行研究分析,涉及到了运动目标检测以及跟踪和人体异常行为检测等几个方面。背景模型的建立则是分别利用了中值滤波法和二值化背景模版建模法,通过帧间差分 来实现不断更新背景模版。在检测运动人体异常行为中,本文在检测运动人体跌倒的异常行为时利用外接矩形来确定运动人体及其质心,并通过定义一些特征算子来把人体行为进行量化,从而判断是否行为异常。(In this paper, we use matlab technology to d