资源列表
H264Decoder
- 实现了H.264的解码,并且利用OPENCV进行了解码后图像的显示。-Realize H.264 decoding, and use OPENCV had decoded image display.
MATLAB7x
- matlab书籍中的元代吗,大家看看,应该是是很有用的!-matlab books of the Yuan Dynasty it, let us look at, it should be is very useful!
mymfc
- 用OPENCV实现的Canny算子,Sobel算子,Laplace算子,简单不带尺度模糊,简单模糊,中值滤波,高斯滤波,双向滤波滤的示例程序。-OPENCV achieved by Canny operator, Sobel operator, Laplace operator, simple and without dimension fuzzy, simple fuzzy, median filtering, Gaussian filtering, two-way filter filter
VisualCPP_sztxmssbjsjgcsz_jb51net
- 关于数字图像处理的一些算法源代码,人脸识别,语音识别等等,边缘检测。-Some on digital image processing algorithm source code, face recognition, voice recognition and so on, edge detection.
JM
- 本程序是关于h.264可伸缩图像压缩的程序,为jm序列,用vc开发。
dwgseepro
- autocad 文件浏览器,能够查看浏览dwg文件,并进行转换的功能-autocad see
FaceRec
- 本程序是用matlab实现人脸识别。里面附带人脸图片,并用其作为例子实现指纹图像的匹配-This procedure is implemented using matlab face recognition. Which comes with face images, and use it as an example to achieve the matching of the fingerprint image
bmp read&write
- 简单读取bmp256位灰度图像,运用c语言的基本库(Simple read bmp256 bit grayscale image)
chapter13
- pca,svm人脸识别,有训练,识别,和orl人脸库-pca,svm source code, can detect human faces
opengl
- 这是关于opengl的实例教程源代码,对与学习opengl的人有很大帮助。-This is an instance of tutorials on opengl source code, opengl people with learning of great help.
coner
- using coner in opencv
FaceRec
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。这种直接计算距离的方式直观,但是有一个非常大的缺陷—计算量太大。如果每幅图像大小为100*100,训练集大小1000,则识别测试集中的一幅图像就需要1000*100*100的计算量,当测试集很大时,识别速度非常缓慢。(Face recognition is a s
