搜索资源列表
ImgProcessing
- 可读写bmp格式的图的程序,给了Visobject.cpp 和 visobject.h 做样子,很容易将它们改成合自己用的,能读写bmp格式图象的程序。使用Linux的, 给出pcbitmap.h以备使用。写程序时注意读整数时字节是按顺序还是逆序排列的。-can read and write bmp format of the processes, and to the Visobject.cpp visobject.h frill, it is very easy to change thei
Nibbles
- OpenGL 写的贪吃蛇小游戏 在Linux 下运行。编程语言 C++.-OpenGL write Snake small games to run on Linux. C programming language.
Cbmpread
- 读BMP图像的数据,然后变换(我只是加了一条黑线,但可以进行如去噪,平滑等变换,我下一步的工作),再将数据写回一个新的图像中!在Linux下完成,可以很好的工作,代码是符合ANIS C的,应该是可以在windows下运行的!(运行时需要修改文件路径)-Reading BMP image data, and transform (I just added a black line, but can be as denoising, smoothing transformation, I will
Watchdog.tar
- 在linux下用QT4.6.3编写mini2440看门狗程序,测试可用。-Under linux mini2440 watchdog program QT4.6.3 write tests available.
videochat
- 自己写的一个把opencv和QT 放在一起的程序,能读摄像头然后显示出来,可以试一下。-Write a QT together the opencv and procedures, read the camera and then displayed, you can try.
ButtonsTesting.tar
- 在linux下用QT4.6.3编写mini2440按键程序,测试可用。-Mini2440 key procedures, test available under linux QT4.6.3 write.
3pwm
- 在linux下用QT4.6.3编写mini2440pwm程序,测试可用。.-Under linux QT4.6.3 write mini2440pwm program, the test is available. .
1_hello_word
- 在linux下应用surses库实现简单的界面操作(hello work),工程中包含自己写的Makefile.-In linux using surses library to achieve simple operation interface (Hello Work), project includes Makefile. write their own
4_much_window
- 在linux系统下,应用surses库实现多窗口操作切换。包含自己写的Makefile!调试成功!-In Linux system, using surses database to realize multi windows operation switch.Contains the Makefile write their own debugging success!
pic_jpeg
- linux下的一个利用v4l2编写的摄像头采集单个图片的代码。-Under the Linux a use of the camera collection v4l2 write a single picture of the code.
qtconcurrentmap
- The QtConcurrent namespace provides high-level APIs that make it possible to write multi-threaded programs without using low-level threading primitives for Linux.
C-KIT-GUI-GTK-0.50-Linux.tar
- Extesion for GTK+ GUI, easy to use 2d vector graphic window manager, easy to write addon and expand library
pdf417
- Pdf417基于Linux源代码网上可以随便找到,不过一般是pbm、postscr ipt等开源文件格式,在windows和linux下通用的基于bitmap的格式更适合开发人员测试,于是编写编码、解码算法供下载。-Pdf417 Linux-based source code can easily be found online, but it is generally pbm, postscr ipt and other open source file format, under windo
parallaxhome
- 基于Qt4.6.3编写的模拟Iphone触屏,图片切换的程序,本程序界面友好,在Linux或windows下的Qt均可以编译运行-Simulation based on Qt4.6.3 write Iphone touch screen, image switching applications, friendly interface, this program under Linux or Windows of Qt can compile run...
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图