搜索资源列表
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
BMP位图文件程序
- 手把手教你了解BMP图形文件结构,C语言文件读写函数应用,一般数据处理方法,如果看不懂,说明我写的还不够具体,以后继续改进.-Maxivista you know BMP graphics structure of the document, document literacy C language function applications, generally data processing methods, if they did not understand that I was als
边缘检测CANNY算子的C实现
- 该文件为网上得的C语言实现的canny边缘检测算子,属于对经典算法的经典实现,具有很高的参考价值。-the document online for the C language the canny edge detection operator, belonging to the classical classic algorithms to achieve with very high reference value.
LcmZimo
- 是专门用于对C语言文件自动提取显示所需要的汉字,进行点阵码数据转换的, 在您的C语言程序中,有一点需要特别留意:您的注解中请不要使用双引号,否则会引起 提取错误。-is devoted to the C language file automatically extract what is required in Chinese characters, Lattice code for data conversion. in your C Programming Language,
bmp.c
- tc可以直接调用的c语言图片显示程序,将16色BMP文件显示在你的界面上!-tc can directly call the c language picture display program, 16-color BMP file shows you the interface!
canny-c
- PMG格式文件的canny边缘检测,c语言,编译通过
C 语言直接写 DWG 图形文件接口
- C语言直接写DWG图形文件接口-C language directly write DWG graphics interface
读取图形文件
- C语言环境代码下读写BMP文件代码。
Shape.利用C#语言读取Shape格式文件并将其显示
- 利用C#语言读取Shape格式文件并将其显示,read and display the shape flie
candlestic
- C语言读入obj文件和mtl文件,opengl绘图-Obj files in C read and mtl files, opengl drawing
fcma
- 模糊聚类算法的实现,用c语言实现,有测试内容,附有测试文件-The realization of fuzzy clustering algorithm, using c language implementation, there are contents of the tests with a test file
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
shp
- 读取shp文件的源代码,用c语言编写,网上下载,成功运行-source code of reading and writing.shp file
medianfilter
- 将raw图像文件信息读入,然后进行中值滤波,并生成新文件的c语言代码。-Raw image file information to be read, and then median filtering, and generates a new file c language code.
CLG
- CLG光流算法的c语言实现。包含cpp和h文件。-CLG Opticflow
SHIYAN1
- 图像翻转程序,数字图像处理实验,C语言文件,turboc3.0编译通过-Digital Image Processing Experiment,the turn of image
C
- C语言各种图像函数库,包括头文件和函数功能-C language library of various images, including the header files and function capabilities
generating-white-noise
- 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声 -Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal int
数字水印(VC++)C
- 人们借助于计算机、数字扫描仪、打印机等电子设备可以方便、迅速地将数字信息传输到所期望的地方。随之而来的副作用是这些数字形式的数据文件或作品使有恶意的个人和团体有可能在没有得到作品所有者的许可下拷贝和传播有版权的内容。由于传统的密码技术无法完全解决版权保护的问题,近年来国际上提出了一种新型的版权保护技术——数字水印技术。(With the aid of computers, digital scanners, printers and other electronic devices, digit
BMP文件基于C语言的信息读取
- BMP图像文件的内部信息,可以依据C语言编程确定图像的具体信息内容