资源列表
人脸表情识别matlab程序LBP+LPQ算法融合,SVM分类
- 基于matlab的人脸表情识别,LBP+LPQ算法融合(Facial expression recognition based on MATLAB)
自助超市
- 从一个图片出识别出水果的种类和数量,并联动电子秤,计算水果的总价格,识别图片上的纸币的种类和数量(From a picture, we can identify the kinds and quantities of fruits, and calculate the total price of fruits with the electronic scales, and identify the kinds and quantities of banknotes in pictures.)
ml-handwritten-digit-recognition-master
- 手写体数字(0-9)使用MATLAB图像识别的机器学习(Handwritten digit (0-9) recognition from images using machine learning in matlab)
数字识别系统源代码
- 图像识别源码,vc6.0,可以移植到VS,值得学习,用的是自己的类(The source of image recognition is worth learning)
视频检测
- 视频人脸检测,基于视频流获取图像,进行人脸和眼睛定位。(Video face detection is based on video stream to get images and locate faces and eyes.)
手势识别
- 通过雷达采集手势数据,产生手势图像,再用SVM识别(Gesture data is acquired by radar, and gesture and image are generated, and then recognized by SVM.)
shishizhuizong
- 实时人脸识别与追踪,主要运用了Matlab计算机视觉工具箱,维奥拉-琼斯算法,KTL算法。 直接运行代码会出现”错误使用webcam,尚未安装MATLAB Support Package for USB Webcams。打开Support Package Installer即可安装Webcam Support Package”这个错误。(Real time face recognition and tracking mainly use Matlab Computer Vision Too
人脸识别
- 人脸识别程序,完成人脸识别,包括人脸特征提取,模式识别(Face recognition program, face recognition, including face feature extraction, pattern recognition)
源代码
- 模式识别相关实验,支持向量机图像识别源代码(Pattern recognition related experiments, support vector machine image recognition source code)
ning
- 用MATLAB实现基于hog的行人检测中的求hog特征(Hog features for pedestrian detection)
facedetection_test
- 人脸识别代码,可以检测到人脸,采用的是山世光老师的seetaface(face dectect cpp,use seetaface)
Diagonal and edge
- B正在做一个关于图像理解方面的研究,她的目标是识别图像中的轮廓。当前阶段,她希望能够识别正方形。图像用一个矩阵表示,矩阵的每个元素对应于图像中的一个像素点,值为0或1,0表示背景,1表示前景。需要寻找的正方形必须满足线宽为单像素,且大小至少为2x2。她希望你能帮她找出图像中满足如下条件的两类正方形的个数: 正方形的边与矩阵边缘平行; 正方形的边与矩阵对角线平行;(B is doing a research on image understanding, and her goal is to