当前位置:
首页
资源下载

搜索资源 - CAPTURE IMAGE FROM CAMERA
搜索资源列表
-
0下载:
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode
driver/
Contains the driver sources.
Compile with \"make\".
Then as root, install with \"make install\".
Type \"modprobe finepix\" to load the module
-
-
0下载:
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.
The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association.
Digit
-
-
0下载:
linux的usb摄像头采集4幅图像,有点小错误,从第二次开始采集的图像,第一幅都不能正常显示-linux for usb camera capture four images, a little mistake, began collecting from the second image, the first one can not be displayed properly
-
-
0下载:
用vc++编写的图像处理程序,该程序实现了有关摄像头对视频的捕获。
本系统实现从摄像头中获取一段视频的功能 运行时需要有一个摄像头
一套完整的VC ++ USB Video摄像头捕捉程序源代码,支持多摄像头选择,而且支持直接截图。可以作为开发视频会议和视频游戏的参考资料
-Vc++ to prepare with the image processing procedures, the procedures for the realization of the camera for
-
-
0下载:
This approach, we feel, came very close to obtaining an image from the camera OV7620. Before we tried to capture a camera signal, we successfully transferred a test image from the FPGA s onboard RAM modules through RS232 to the PC program. This file
-
-
0下载:
从摄像头采集图像的VC源代码,得到摄像头图像 -Capture images from the camera VC source code, get the camera image
-
-
0下载:
matlab 获取摄像头的照片,在matlab平台上图像处理-matlab can capture the image from the
camera
-
-
0下载:
OpenCV是非常有名的電腦視覺函式庫,提供了一大票的電腦視覺及影像處理相關函式,甚至連從攝影機擷取影像都能幫你解決。OpenCV還有個好處是它是跨平台的函式庫,在各大平台都能運作,所以我們接下來寫的程式除了在Mac上外,也能在Linux及Windows上運作。-OpenCV is a very well-known computer vision library, providing a large vote of computer vision and image processing-re
-
-
0下载:
在VS2008环境下使用Directshow9.0进行摄像头图像数据采集处理,包括视频采集设备枚举、RGB视频流获取等内容。这里对原有从www.pudn.com下载的代码进行了改进。-In the VS2008 environment for use Directshow9.0 camera image data acquisition and processing, including video capture device enumeration, RGB video stream for
-
-
0下载:
capture image from webcam or ccd camera
-
-
0下载:
Capture image from camera. Project to Visual 2010 and OpenCV version (2.2).
-
-
0下载:
It s to capture the Image from Web camera
-
-
0下载:
利用opencv以及哈弗变换原理实现对图像中圆形和正方形的检测。-On this post, i would introduce the latest openCV objects recgnition work for my research. Presently, i have developed codes to recognize circle successfully. Capture image from camera, converting the source image int
-
-
0下载:
通过DirectShow进行视频预览和捕获,可将图像保存为文件。-Preview and Capture image from camera use Direct Show, save as file.
-
-
0下载:
编译环境vs2008+opencv2.0+DirectShow。
将摄像头采集到的图像写入到avi文件中,也可以将avi文件中的帧图像写入到avi文件中。视频帧图像的来源取决于运行时输入的参数的数量。
ps:directshow可以在http://www.opencv.org.cn/下载-Environment:vs2008+opencv2.0+DirectShow
Detail:
capture frame from camera or avi files,then write
-
-
0下载:
The program connects and begins to grip the camera with cvCreateCameraCapture (), then get the width and height frame with cvGetCaptureProperty (). And then in the loop with cvQueryFrame () gets the image from the camera and displays the window.
-
-
0下载:
使用videoinput库实现摄像头图像捕获。同时实现了将opencv窗口嵌入到图像控件中。-using videoinput library to capture image from camera. OpenCV window embedded in the image control.
-
-
0下载:
在OPENCV中,用于从摄像机读入数据。CAPTURE结构初始化后,从视频文件或摄像头设备读入图像没有区别。-In OPENCV, the read data from a camera. CAPTURE structure initialization, from video files or webcam device reads the image no difference.
-
-
0下载:
Imote2 IIB400 Camera capture program compiled in arm-xscale-linux-gnu-gcc, run ./capture. Capture.c is the source code, I changed video2dev.h location for my compiler. BTW I got the C source code from University.
-
-
0下载:
示例分为 CMOS 摄像头录像及回放两个功能:
1) 当用户进行录像时,会从 CMOS 摄像头采集视频, 在源代码 main.cpp 中,用 TVideo 类来实现这个部分的工作,在 TVideo 类中,会打开 CMOS 摄像头并采集图像。
2) 在从摄像头采集完图像后,需要在屏幕上进行预览,这部分的工作由 TFrameBuffer 类来完成。(Examples are divided into CMOS camera video and playback two functions:
1
-