资源列表
skin_detect
- 先讀入膚色,非膚色的圖片,在將各張圖片由RGB轉成YCbCr。讀進來的時候,我是用四維的陣列去存膚色的圖片以及非膚色的圖片。第一個維度是用來存放有幾張圖片,接下來是解析度,還有幾個channel。讀進來之後再分別對膚色,非膚色的Cb,Cr來作統計。分別會得到Cb,Cr的mean和variance。再依次分別帶入Multivariate Normal Density的公式去求得膚色,非膚色出現的機率。最後再將得到的兩個機率值相除,得到的值,拿來和threshold值相比,藉此來判斷Input的圖的
ANPR
- Matlab Code for automatic number plate recognition in English and Arabic. Samples also included.
signature
- 运用Opencv视频图像处理库编写的离线签名识别,首先选取16个签名做训练样本,再对剩下的样本进行测试-The use of video image processing library Opencv prepared off-line signature recognition, first select the 16 signatures to do the training samples, and then the remaining samples for testing
face_detect
- 此MATLAB程序可以快速地实现人脸检测操作。-This MATLAB code performs face detection.
NeuralNetwork
- 简单的BP神经网络实现,同时包括实验用的数字点阵模式文件,可以通过训练,识别数字模式。-A simple BP neural networks, also include the number of experimental lattice model file, can be through training, identification number of patterns.
genetic_algorithm_best_value
- 此遗传算法具有通用性,易用性,结果分析比较具体,更重要的是可以运行。此代码可以让用户添加相关的输入数据,可移植性好-This genetic algorithm is universal, ease of use, the results of analysis and comparison of specific, more importantly, is that it can run. This code allows users to add the relevant input dat
Handwritten_numeral_recognition_of_the_template_ma
- 手写汉字识别,本文采用模板匹配的方法,进行识别,模板匹配方法的通用性大家都很了解,你可以在本代码的基础上改善新的功能-Handwritten Chinese character recognition, this paper adopts the template matching method, identification, template matching method versatility are all too familiar, you can code on the basis
Thinning_Algorithm
- 细化算法,无论是文字处理还是图像识别,如掌纹识别,指纹识别,都可以用此程序进行改进,为你的工作或研究带来方便-Thinning algorithm, whether word processing or image recognition, such as palmprint recognition, fingerprint recognition can be improved with this procedure, for your work or research convenient
fingerprint
- 北航指纹识别系统,不错的指纹识别系统源代码,完整可运行,可用于开发.-Beihang fingerprint identification system, a good fingerprint identification system source code, complete run, can be used for development.
ImagepatternrecognitiontechnologytoachievetheVC.ra
- 图像模式识别之VC++技术实现,里面包含模式识别中的各种算法的实现-Image pattern recognition technology to achieve the VC++, which contains a variety of pattern recognition algorithms to achieve
yalefaces
- Yale人脸库(美国): 耶鲁大学,15人,每人11张照片,主要包括光照条件的变化,表情的变化等。-Yale Face Database (U.S.): Yale University, 15 people, each 11 photos, mainly including changes in lighting conditions, expressions of the change.
Filebatch
- 本程序主要实现了新建文件、复制、移动、删除、解压缩及分割/合并文件等功能。-This program achieved a major new file, copy, move, delete, extract and split/merge files and other functions.