搜索资源列表
main.c
- 利用linux下gtk+/gnome编程,动态绘图,并把所绘制图像每隔一定时间以当前时间为文件名保存在硬盘上-use under linux gtk / gnome programming, dynamic graphics, and images are drawn every time to the current time of the document were kept on the hard drive
test
- 针对飞凌嵌入式okIII开发板,利用videoforlinux实现了摄像头的图片采集并保存为bmp图像-the code brings up a way to capturing video infomation and save them in bmp format with the help of v4l, especially for FeiLing OKIII demo board.
picture.tar
- linux环境下实现抓取一副图像,并保存到相应文件中显示-grab one picture in linux
usb-zc0301-v4l2-video0-jpeg
- 利用Video4Linux内核应用编程接口函数对汽车行驶记录仪中用USB摄像头采集图片的实现进行了开发。基于嵌入式Linux系统的ARM9(EDB9260)平台,对该平台上硬件系统和软件系统的搭建进行简介。配置EDB9260开发商提供的内核(2.6.19),然后具体介绍基于video4linux的USB摄像头图片采集程序的实现,使用autotools来制作Makefile对图像采集程序进行编译。成功的采集到了图片并进行保存,最后完成JPEG压缩的实现。-Video4Linux kernel ap
saveabinary
- 在linux环境下,使用c语言对图像进行二值化并保存二值化图像-binary a picture
finger_c
- 指纹识别c代码,比较不错,可参考 该部分的代码由C写成。 程序需要imagemagic的支持,imagemagic可以在网上搜索到最新的版本(程序在图像 的输入/保存代码处用了imagemagic的函数,如果读者不想使用imagemagic,可以修改 程序有关图像存取的部分,改成自己的图像存取函数,这部分的工作量不是太大)。 代码可以在Linux下面编译通过。-C code for fingerprint recognition, a good comparison, ref
h264_one_frame_get
- h.264实现视频的切割,将一个大的h264文件切割为一帧一帧的图像,可以实现文件的切割保存或者编码之类的。-h.264 video cut, the cutting of a large file to h264 frame image of one frame, the cutting can be achieved to save the file or the coding or the like.
V4L2
- linux下,插入usb摄像头设备,运行程序,可采集多帧图像,并保存(linux, insert usb camera device, run the program, you can capture multi-frame images, and save)
v4l2 capture源码
- v4l2 capture源码,可以再linux下通过video设备捕获摄像头图像并且保存到本地