搜索资源列表
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
关于图形旋转的C语言原代码
- 关于图形旋转的C语言原代码,对C语言初学者有很大帮助。
C语言JPEG解压代码
- 用C语言进行JPEG的解压
OpenCV-code 基于C/C++语言的开源图像处理函数库
- OpenCV是一个基于C/C++语言的开源图像处理函数库,其代码都经过优化,可用于实时处理图像,具有良好的可移植性,可以进行图像/视频载入、保存和采集的常规操作.-OpenCV is based on C/C++ language, open source image processing library, the code have been optimized for real-time image processing, has good portability, can images/v
1
- C语言版本三次样条插值,介绍了三次样条插值函数如何计算的代码,可以在TC上直接运行-C language version of cubic spline interpolation, cubic spline interpolation described how to calculate the function of the code, you can run directly on TC
211167158152005911744433158923
- c语言处理图像的代码和文档说明,包括图像处理的各种基本变换和基本技术-c language code image processing and document.basic transformation and technology is offered.
fast-C-src-2[1].0
- Fast Corner Detector, FCD快速角点检测c语言代码,可直接调用运行-Fast Corner Detector C code
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
medianfilter
- 将raw图像文件信息读入,然后进行中值滤波,并生成新文件的c语言代码。-Raw image file information to be read, and then median filtering, and generates a new file c language code.
TermView
- 图片中的文字提取,包括图像二值化,图像归一化,图像大小压缩,图像细化等处理的C语言代码!有一定的注释,是不可多得的好资料,比较稀缺-Picture of text extraction, including image binarization, image normalization, image size compression, image thinning, such as the C language code to deal with! There are some notes, g
watermark-C
- 该目录包含了基于可移植的C语言的数字水印算法的代码。-The directory contains the C language-based portable digital watermarking algorithm code.
C-and-retchange
- 用C语言代码画图,矩形.以此类推,可以画其他图形-UsingC language C draw rectangle.
C-Language
- C 语言图像处理代码大全,包括比较常用的算法。例如:阈值分割,边缘检测,直方图的计算,灰度共生矩阵的计算等等。-C-Code Complete, image processing, including the commonly used algorithms. For example: threshold segmentation, edge detection, histogram calculation, the calculation of GLCM and so on.
cdaaima-pca
- 实现pca主成分分析算法的c语言代码,希望能帮到大家。-Pca principal component analysis algorithm to achieve the c language code, hope to help you.
UKF(2011.9.9.1)
- 无迹卡尔曼滤波c语言代码,即UKF代码,代码原理请参考无迹卡尔曼滤波基本原理-UKF of c code
Play-Sounds-For-C
- Dos 中多任务模拟~可以显示图片的同时播放声音,是底层的...C语言代码-Play Sound for C 1193180 is system MHZ.
watermark-C-code
- 图片数字水印C语言代码,该程序经过测试合格,且功能齐全-watermark C code
SSIM.C
- 完成图像质量评估的PSNR指标的C语言代码-A code to complete the PSNR for two picture in C language
K-means--C
- 运用k_means 聚类算法 对图像进行分类识别 c语言代码-Using k means clustering algorithm for image classification to identify c language code