资源列表
train the random forest
- train the random forest classifier for digital processing
分类
- 图像分类,输出迭代学习次数与正确率的图像(Image classification, the output of iterative learning times and the correct rate of image)
KNN人脸识别
- 使用KNN算法实现的人脸识别程序,KNN是机器学习里的K最近邻算法。(face recognition of KNN using python)
spam_email
- 利用BP神经网络对邮件分类,2分类,实现反向传播算法细节,非直接函数调用(BP neural network is used to classify mail, 2 classifications, to implement the details of backpropagation algorithm, non direct function call.)
BarcodeReaderDemo
- 条形二维码检测,可以检测常见的一维条形码编码类型和二维码编码类型。(The bar - two-dimensional code detection can detect the common one - dimensional barcode encoding type and the two-dimensional code coding type.)
MainForm
- 运用模块化方法进行面部识别,具有较为优秀的识别效率及结果(The use of modularization method for facial recognition has excellent recognition efficiency and results)
circle_houghpeaks
- 路标识别,模式识别大作业,圆形检测二;function peaks = circle_houghpeaks(h, radii, varargin)(The road sign recognition, pattern recognition operations, circle detection; function peaks = circle_houghpeaks(h, radii, varargin))
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
input_data
- mnist数据集的导入文件,官网上有可能进不去(def maybe_download(filename, work_directory): """Download the data from Yann's website, unless it's already here.""")
cpsb1
- 对输入车牌图像进行车牌识别,通过模板匹配进行识别。(License Plate Recognition)
Untitled
- MATLAB车牌识别的程序,比较简单,适合初学者,大家乐意来看一下。(MATLAB license plate recognition program More simple, suitable for beginners.)
代码
- 车牌识别系统以设计一个基于MATLAB实时的车辆牌照识别系统为最终目的。本系统实现车牌识别要求对采集到的样本经过以下相关步骤:图像采集,图像预处理、车牌定位、字符分割、字符识别等。本文主要介绍图像预处理、车牌定位、字符分割这三个模块的实现方法。(The Automatic Recognition System of License Plate Based on Digital Image Processing)