搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
myread
- matlab中读取*.txt文件数据程序,*.txt文件 可以是串口调试助手等采集到的16进制数据。-Use Matlab to open *.txt files and can open all kinds of *.txt files shch as 16bit files come from debug the assistant with one bunch of mouths
BaseData-POR
- 天气雷达数据读取工程文件,配合前面的文件进行处理-weather radar data read engineering documents, with the previous document processing
LA5_Path
- 读取bitmap图形中的路径信息输出成数据文件。-read the bitmap graphics output path information into data files.
processdxf
- C++的源程序,对CAD图形DXF文件的处理.读取DXF数据,是数控冲孔机上的一段程序.
ImageMatch
- 图像模式识别,其中的CDib类是专门用来处理与设备无关位图的类,对应于位图的结构进行读、写、读取数据指针、文件头等信息。
text2data
- 程序] 文本文件和二进制文件读写 --C语言 /* 程序说明: 实现对账户信息的添删查改操作 从一个文本文件 data.txt 读取数据,然后写入一个二进制文件 credit.bf 文件中 */
Read_MNIST_DataSet
- 读取MNIST数据集中图像数据文件和图像标签文件并转化成BMP图片和txt格式的标签数据。本程序简单易用,注释清楚。直接运行代码,选择相应文件即可输出BMP图片或txt文件。-The program is used to read the MNIST data set and translate the image data file and image label file into BMP or txt files.
getdata222
- 可以准确读取图片上的曲线数据值,方便进行后期处理-can exactly get data on a gragh
add_pro
- 在IDL中读取envi标准影像格式数据,包括img影像文件和hdr头文件-Envi read in the IDL standard image format data, including documents and image img header hdr
auto_read_w_ply
- 读取三维图形数据格式的程序,数据格式为ply文件. 含详细的注释,是进行三维图形识别和研究的必备工具.-Read the procedures for three-dimensional graphics data formats, data formats for the ply file. With detailed notes, is a three-dimensional pattern recognition, and an indispensable tool for the stu
offread
- 识别off文件,将数据读取到一个细胞数据中-Identification off the file, reads the data into a cell data
WindProfiler
- 说明:目前本程序能够自动识别LAP-3000型风廓线雷达RAD1方位角数据并进行快速显示 RAD2,RAD3等的读取和显示方法与RAD1相同,需要时可补充。-Note: At present, the procedure for testing that can automatically identify the LAP-3000-type RAD1 wind profile radar azimuth data and rapid display RAD2, RAD3, etc. to
rddata
- 很有用的MIT-BIH心电数据库的读取程序,能够将心电数据转换为matlab可以识别的实际的心电数据。 使用时只要稍微改一下文件路径就可以读取。-Useful MIT-BIH ECG database to read program, the ability to convert matlab ECG data to identify the actual ECG data. Use a little change it as long as the path to the file can
shuzitujiaocheng
- 1. 图像文件的格式; 2. 图像编程的基础-操作调色板; 3. 图像数据的读取、存储和显示、如何获取图像的尺寸等; 4. 利用图像来美化界面; 5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作; 6. 图像显示的各种特技效果; 7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等
FastPCA_Feature_extraction-on-ORL
- 通过FastPCA在ORL人脸数据集上提取主成分脸并可视化,ReadFaces函数读取每个人的前五张图片作为实验数据集。-Extracting principal component faces on ORL_faces datasets by FastPCA and visualing them are done.ReadFaces function reads the five pictures of everyone as the experimental data set.
CCD
- 针对美国官方发布月球CCD图像数据标准格式,从中读取经纬度,像素,时间等数据的代码-U.S. official announcement moon CCD image data , the code read the latitude and longitude, pixel ,time from the .2C data
kinect_virtools_dll
- 用C++语言借助Openni开发了基于Kinect的插件,通过该插件在virtools环境中读取Kinect数据,进行手势识别和跟踪。-A plug-in is specially designed and developed for Kinect devices .The plug-in takes advantage of Kinect API and Virtools SDK and is implemented with C++2010.Net as its developing too
pyhton
- python处理LANDSAT遥感影像数据主要是分类,批量从文件夹中读取,进行简单处理(Python processing LANDSAT remote sensing image data is mainly classified, batch reading from folders, simple processing)
loadMNIST
- 在MATLAB中读取MNIST数据集,MNIST 数据集来自美国国家标准与技术研究所, National Institute of Standards and Technology (NIST). 训练集 (training set) 由来自 250 个不同人手写的数字构成, 其中 50% 是高中学生, 50% 来自人口普查局 (the Census Bureau) 的工作人员. 测试集(test set) 也是同样比例的手写数字数据.(read MNIST data set in MATLAB