搜索资源列表
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
kmean
- 在图象处理中运用k-均值法对图象中进行分类,在模式识别中有很大的用处.-In image processing using k-means method to classify images of, in pattern recognition is very useful.
test2
- 计算机视觉处理高级程序包,实现了摄像机标定、立体匹配视差图、基于SSD算法的立体匹配、人脸模式识别、Snake算法轮廓查找功能。-High-level visual processing computer package, to achieve a camera calibration, stereo matching disparity map, SSD-based stereo matching algorithm, face pattern recognition, Snake algor
opencvCar
- 基于opencv的车牌识别程序,能实现目标跟踪,截图,车牌识别包括了打开图像、图像二值化、车牌定位、字符分割、字符识别等。-Opencv-based license plate recognition program, to achieve the target tracking shots, license plate recognition, including the open image, image binarization, license plate localization, c
PCA
- 用OPENCV实现了人脸识别系统,采用ORL人脸库进行测试,选择每个身份前5张做训练图,一共200个训练样本。-OPENCV achieved using face recognition system that uses the ORL testing, each identity before choosing to do training Figure 5, a total of 200 training samples.
face
- 基于adaboost算法识别人脸,可以实现将原图中的人脸用圆圈圈出-Adaboost based face recognition algorithm can be implemented in the original face circled out
picEmbel
- 给定一张图片能够对其执行灰度图 滤波 二值化 形态学腐蚀膨胀 寻找轮廓,主要用于调试图片识别方面 可以作为工具类软件使用-Given a picture can be used to perform grayscale image filtering two value of morphological erosion and expansion to find the outline, mainly used for debugging image recognition can be use
opencv2.4.9Pvs2010-matchTemplate
- opencv2.4.9+vs2010 实现图像匹配,从原图中识别其中的某一部分 配好opencv可以直接运行。-opencv2.4.9+ vs2010 achieve image matching, which identified certain part with a good opencv can be run directly the original image.
目标检测与跟踪源代码
- 目标检测与跟踪,识别图中想要识别的目标,并提取出来(Target detection and tracking, identify the target in the picture, and extract it)
matlab步态能量图生成
- 步态识别基础代码,相对于c++更加轻量快速,代码带注释,简单易懂。