搜索资源列表
OCR算法之C语言代码
- OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
Nibbles
- OpenGL 写的贪吃蛇小游戏 在Linux 下运行。编程语言 C++.-OpenGL write Snake small games to run on Linux. C programming language.
CCallIDL(Linux)
- Linux环境下IDL数据可视化语言的接口编程,实现数据在C与IDL之间的交互-Linux environment IDL data visualization interface programming language, Data in C and the interaction between the IDL
TMN_15
- TMN编解码源程序 Linux C环境编写 文件齐全 压缩包完整 试用正常 欢迎试用
一个C++实现的SIFT算法
- C++实现的SIFT图像匹配算法,适用于Linux操作系统
AirplaneDemo
- 演示一段飞机飞行的三维动画,利用openGL库的C++语言实现-A flight demonstration of the three-dimensional animation, using openGL library of C++ language implementation
yuanma
- 对于PCA ,LDA,BIC,EBGM都有很详细的代码。但是需要在LINUX下配置运行。不过代码较有参考价值。-For PCA, LDA, BIC, EBGM have a very detailed code. But the need to configure to run under LINUX. However, a more useful code.
bmpenc
- 一个基于Hash的随机LSB信息隐藏程序 包含波形小幅扰动抗攻击 自己编写的 包含24bitBMP文件的读取与像素分离 快速傅立叶变换 散列LSB等相关算法的头文件 与系统无关 可以通过G++编译 在Win/Linux环境下都可以正常工作 也可以将头文件提取出来应用于其他代码之中-A Hash-LSB steganography source code with randomized DFT anti-RS-attack tech. Coding by myself. Including hea
OpenSceneGraph-2.8.0
- OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统。-OpenSceneGraph is a high-performance 3D graphics development library. Widely used in visual simulatio
OpenCV-2.1.0
- opencv for linux c++ build
cximageLite_V600
- CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
256bm_pread
- 可以读取任意宽度的256色图像,读取图像时,只需更改文件名即可,不需要其它修改,不需要知道图像的大小,程序在linux下用c++编译通过, 在window下稍微修改就可以运行-linux c++ g++
lecture_image.c.tar
- open image with opencv under linux
Linuxc
- Linux+下用+C+语言进行数字图像处理.pdf-Linux+ in C++ language to digital image processingPDF
c-language-finger-code
- 基于C语言的指纹识别源代码,读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。-The fingerprint identification based on C source code, and the readers in application of these code, may need according to their application to
OpenCVandCpp
- OpenCV and C++ A short howto for OpenCV and DevCPP on Windows DevCPP is a free development environment based upon GCC (creates makefiles and all these) which quite likely should make it easy to adapt to Linux (and possibly OS X). -OpenCV
jmor.c.tar
- opengl for a robot program extract and compile in linux compile with gcc -lm -lglut -lGL -lGLU jmor.c
face-recognition(c)
- 这是一个人脸识别的程序,可以再linux或者vc下运行(要自己建工程)。-This is a face recognition program can be run under linux or vc (to build their own works).
intf_phase.c
- 在linux下读取一个干涉图,从实部和虚部计算出相位值-Read an interferogram phase values calculated from the real and imaginary parts under linux
login
- linux下的c语言代码,调用linux的Ncurses图形库,实现用户登录界面,tab键实现焦点转移,输入帐号admin 密码123456则提示登录成功,linux下 make clean;make编译,./main执行-linux c language code, call the Ncurses linux graphics library that implements the user login screen, tab key to shift the focus to achiev