搜索资源列表
PCA_basedFace.rar
- 用matlab编写的基于PCA的人脸识别算法,包含图片库,可以直接运行,找出图片库中与测试图片相匹配的图片。,Matlab prepared with PCA-based face recognition algorithms, including image libraries, can be run to identify and test gallery picture of the picture to match.
MATLABcountObject 图像识别
- Matlab,图像识别,计算图像中物体的个数。测试图片读入图像程序图像识别计数主程序 -objectrecog
FaceeyeetectionEy
- 实现对眼睛的识别,以及实现多帧图像的连续跟踪。用matlab实现,里面有测试图片。-To achieve recognition of the eyes, as well as the realization of multi-frame images of continuous tracking. Using matlab to achieve, there are test images.
Fingerprint_recongnition
- 一个指纹识别系统,用于提取指纹的特征。采用Matlab编译。包括若干测试图片。-A fingerprint identification system used to extract the fingerprint features. Compiled using Matlab. Including a number of test images.
face_detection
- 一个非常优秀的人脸检测matlab程序,可用于人脸跟踪、识别的基础,附有测试图片!-A very excellent face detection matlab program can be used to face tracking, recognition based on testing with pictures!
Gabor-and-pcnn-matlab
- 用Matlab实现人脸检测的功能,程序正确,可以运行,包含测试图片-Face detection using Matlab functions implement the program correctly, you can run, including the test images
imrecognition
- 用BP网络进行图像识别。先对两类图像进行训练,然后输入测试图片测试,用神经网络来识别 -image recognition based on BP neutral network
CNN_GUI
- 本代码有详细的注释,给出了采用CNN方法检测道路的程序,并给了测试图片!-This code has detailed notes, gives way to detect the use of CNN programs, and to a test picture!
snake_demo
- sdemo.m为主文件,界面文件在subf文件夹,snake算法在snke文件夹下,images文件下为测试图片。 此程序以界面的方式展示了Snake算法的分割效果,如果需要做批处理,需要对其改进。-Sdemo. M primarily file, interface file in subf folder, snake algorithm in snke folder, images file for test under the picture. This program to th
ii
- matlab测试图片以及脚本,内容不多,比较简洁-matlab test pictures and scr ipts, the contents of small, relatively simple
stereo-disparity
- 一个合成视差图的matlab程序,里有测试图片-A synthetic disparity map matlab program, there are test images
Mosa
- 一个手动提取特征点的matlab程序,有测试图片-A manual extraction of feature points of the matlab program
Automatch
- 这是一个自动配准的程序,有测试图片和效果图-This is an automatic registration procedure, test images and renderings
ID3-face
- MATLAB编写的基于决策树的ID3算法实现,模式识别,人脸识别。压缩包中包含两个源文件和测试图片,ID3源文件为主代码,fi为求熵函数。-MATLAB prepared based on the ID3 decision tree algorithm, pattern recognition, face recognition. Compressed package contains two source files and test images, ID3-based source code
Criminisi
- 图像修复算法,用matlab编写的,里面有测试图片,可经直接运行-Image restoration algorithm, prepared using matlab, which has a test picture can be run directly
双边滤波
- 实现图像的双边滤波,测试通过,效果良好,并把测试图片及效果图像都压缩进来了。(Both filter,success,and the result is good.)
MATLB
- 选择两张图片,一张水印图,一张嵌入图,将水印图进行Arnold置乱算法将其置乱,嵌入到嵌入图中,形成数字零水印,选用白噪声、高斯低通滤波、压缩、剪切、旋转攻击测试。以此观察图像鲁棒性(Select two pictures, a watermark and an embedded graph. We will scramble the watermark image with Arnold scrambling algorithm and embed it into the embedded m
sw-sift-master
- sift算法代码,内涵测试图片,能够生成完整结果,放到matlab中即可运行(Sift algorithm code, connotation test picture, able to generate complete results, put it in matlab to run)
指纹识别的matlab源码
- 一个指纹识别系统的源码,附带了测试图片,运行正常。(A fingerprint identification system source code, with a test picture, running normally.)
sift配准
- sift特征配准源代码,已经测试可以运行,有测试图片,比较好的代码