-
用普通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
-
avi compress programing ,the prog will compress the frame which captured by came...
avi compress programing ,the prog will compress the frame which captured by camera. and compression it
- 2022-01-25 18:42:44下载
- 积分:1
-
From the camera to capture images, the images can be directly deformation.
从摄像头中捕获图像,得到的图像可直接进行变形。-From the camera to capture images, the images can be directly deformation.
- 2022-03-05 12:22:31下载
- 积分:1
-
多媒体智能交互管理系统
资源描述
iOS 视频 实时交互 智能控制 多媒体服务
- 2023-08-16 03:10:05下载
- 积分:1
-
这是本人下载和编译过的关于大津法二值化的matlab代码,效果比较好,可以作为分割的有效辅助...
这是本人下载和编译过的关于大津法二值化的matlab代码,效果比较好,可以作为分割的有效辅助-This is, I downloaded and compiled on the Otsu binarization method of matlab code, the effect is better, can be used as an effective auxiliary partition
- 2022-11-26 20:10:03下载
- 积分:1
-
This logiciel is a server for wabcam
This logiciel is a server for wabcam
- 2022-10-03 19:45:03下载
- 积分:1
-
c++的视频去抖算法
基于灰度投影的电子稳像算法,与基于特征点匹配的方法相比,速度快,稳定性好,vs2008下编译通过,用c语言写的,方便移植,建议大家都来下载。-Based on Gray-projection electronic image stabilization algorithm based on feature point matching method compared to high speed, good stability, vs2008 compiled by using c language written to facilitate the migration, we recommend everyone to download.
- 2022-02-15 14:56:27下载
- 积分:1
-
视频处理中,镜头关键帧的主颜色的提取算法
视频处理中,镜头关键帧的主颜色的提取算法-video processing, the camera"s key frame extraction algorithm colors
- 2022-05-07 17:21:40下载
- 积分:1
-
从使用 AForge 和 C# 的视频自动捕获帧
设计程序读取数据从摄像头 (或数码相机),用来识别图像帧。每个图像间隔 1 秒。文件将刻录到磁盘 D,与场景,以及订单窗体关联的图像文件名称。例如: anh11.jpg、 anh12.jpg、 anh21.jpg、 anh22.jpg。在这早期的指标景观只有第二个命令图像索引的索引顺序。直接在窗体上,可以捕获景观价值和场景中的映像的数目。
- 2023-06-04 01:40:03下载
- 积分:1
-
功能:
(1)读取给定的若干视频文件,提取帧率,并按照分钟为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每分钟存储25幅图像,分钟的序号作为...
功能:
(1)读取给定的若干视频文件,提取帧率,并按照分钟为单位将视频保存为连续的多幅图像。如:帧率为25fps的话,则每分钟存储25幅图像,分钟的序号作为不同文件夹名称。
(2)对第i分钟的图像序列,随机选取其中的n幅(n为随机输入变量,不同的i对应的n也不同,显然n
- 2023-01-04 11:15:04下载
- 积分:1