-
一个视频程序好好用的
一个视频程序好好用的- A video frequency procedure uses well
- 2022-04-15 18:15:49下载
- 积分:1
-
USB camera and image acquisition card collection procedures used Implementation...
USB摄像头和采集卡图像采集程序 采用VXL类库编程,各处理单元以封装成类 便于处理调用VXl可去http://vxl.sourceforge.net/ 下载另用到 ARtoolkit2.7可自行下载-USB camera and image acquisition card collection procedures used Implementation library programming, the processing unit to package into categories to facilitate handling calls VXl http://vxl.sourceforge.net/ be downloaded to another can be used to download ARtoolkit2.7
- 2022-08-19 18:23:59下载
- 积分:1
-
use TWAIN standard for image acquisition code examples
使用twain标准进行图像采集的例子代码-use TWAIN standard for image acquisition code examples
- 2022-09-13 06:10:02下载
- 积分:1
-
v4l2拍照jpg格式
v4l2摄像头采集图像数据拍照保存为jpb格式图像,同时保存yuv420和yuv444格式的视频数据,对学习v4l2编程很有帮助.
- 2022-01-31 20:09:33下载
- 积分:1
-
车辆检测程序
应用背景基于视频图像的车辆检测,提取运动车辆关键技术图像预处理,背景差分,图像平滑,阈值分割二值化,前景提取
- 2022-05-14 16:13:41下载
- 积分:1
-
码本建模
为每个像素建立一个码本,每个码本有多个码子,比较当前像素与码本中的码子是否匹配,并及时跟新码本中的码子
- 2022-03-19 07:58:28下载
- 积分:1
-
based video server streaming media player, MPEG4 coding 2M bitstream.
基于视频服务器的流媒体播放程序,MPEG4编码2M码流。-based video server streaming media player, MPEG4 coding 2M bitstream.
- 2022-07-10 19:24:38下载
- 积分:1
-
This is a VC++ video capture application with the fuction of video playback ,and...
这是一个用VC++开发的视频采集的程序,不但可以回放视频,还可以保存视频和图片-This is a VC++ video capture application with the fuction of video playback ,and you can also save the captured video or iamge.
- 2023-08-21 03:05:04下载
- 积分:1
-
一种基于Linux的视频捕捉程序,遵守GPL,代码精简。可以将VIDEO 4 LINUX设备(如网络摄像头)传送的图像转换为JPEG,PNG,PNM文件。广泛的...
一种基于Linux的视频捕捉程序,遵守GPL,代码精简。可以将VIDEO 4 LINUX设备(如网络摄像头)传送的图像转换为JPEG,PNG,PNM文件。广泛的用于嵌入式系统之中,也可以作为V4L程序的教学代码。-a Linux-based video capture procedures, compliance with the GPL, streamlined code. VIDEO 4 can be LINUX equipment (such as network camera) the transmission of images converted to JPEG, PNG, PNM documents. Widely used in embedded systems, can be used as teaching V4L procedure code.
- 2022-05-07 05:43:13下载
- 积分:1
-
用普通USB摄像头捕捉图像
#ifndef _DLL_H_
#define _DLL_H_
#define EXPORT __declspec (dllexport)
EXPORT long SetUp(long driver, long width, long height);
EXPORT long GetDigitizer(long DigitizerID, CHAR *str);
EXPORT void Grab(unsigned char *LVPict);
EXPORT void ShowDialog(long WhichDlg);
#endif
- 2023-01-07 22:30:03下载
- 积分:1