搜索资源列表
GetImageFromVideo
- 使用DirectShow功能实现的从视频中采集图像的程序,可以按频率、累计数量或视频内容的变化显著程序为依据,自动采集和保存图像。也可以作为使用摄像头的采集功能进行视频、图像处理的一般程序框架。供没有DirectX开发经验,但需要相应功能的图像处理、模式识别、计算机视觉等方向的算法研究人员作为工具使用。在Visual Studio 2005环境开发。如果不是作为编程框架使用,则需要Intel OpenCV(开源)视觉库的支持。-execution functions of the video i
vidcap
- 该源代码可以实现通用usb摄像头的视频采集和处理,内部集成了usb驱动程序,可实现usb采集和摄像设备的显示、画面处理等,这些在VC++环境下已编译通过。在代码中也可以根据需要加入自己设计的图像处理算法,以进一步增强功能。-the source code can achieve universal usb camera video collection and processing Integrated within the usb driver, can be realized usb acq
CameraAutoForcus.rar
- 可实现摄像头自动对焦程序,数据统计,滤波算法和精确度可调节.,Can be realized camera AF procedures, data statistics, the filtering algorithm and precision adjustable.
CapVideo
- 视频采集程序-programs about video signal collection
4444
- 个可以读取视频,或从摄像头捕获视频的程序。可添加相关算法代码,实现对视频录像或摄像头获取图像的实时处理-Can be read by a video, or from video camera to capture procedures. Correlation algorithm can add code to achieve or video camera to obtain images of the real-time processing
DigitalVideoRecorder
- 数字硬盘录像机程序,mpeg4视频压缩解压缩算法,多画面切换。-Digital Video Recorder procedures, mpeg4 video compression decompression algorithms, multi-screen switching.
capture-of-moving
- 本文详细介绍了在视频图像的基础上用!"#$ & ’(( )*+ 实现运动目标形心捕获的具体程序"从而可以实现运动 目标的位置检测 程序运用改进的形心算法计算目标图形 的中心坐标"并使用了计时器函数实时显示坐标变化值 -This paper describes the basis of video images with !" #$ & ' (()*+ centroid moving objects captured by the specific program
shipingjiancedfskf
- 可能对视频中运动目标进行检测和跟踪的算法源代码及演示代码,程序定位准确,环境抗噪能力强。-Possible to detect moving objects in video tracking algorithm and source code and demo code, program positioning accuracy, strong anti-noise environment.
Videotargettracking
- Mean Shift方法目标跟踪方法该算法为均值平移法目标跟踪,您可以通过打开演示视频“静态背景运动目标.avi”文件演示该算法。算法需要提供预跟踪目标所在的位置及大小,程序默认提供了该演示视频目标所处的位置。若使用其他视频演示该算法,则必须手工指定目标的位置及大小。 -Mean Shift method of target tracking algorithm for the mean shift tracking method, you can open a demo video &qu
10.1
- 视频监控与模拟电梯 使用Video4Linux音视频标准接口,通过基于OV511驱动的WEBEYE V2000摄像头进行视频图像的采集,通过一个有效的图像比较判断程序,来判断图像是否发生变化,并且只有当图像发生变换以后,系统才会自动将现场情况保存为图像文件,从而减少图像处理的负担。通过JPEG压缩算法将采集到的视频图像进行压缩,图像的压缩直接在内存中进行,压缩后保存成JPEG文件等待socket传输。-Elevator video surveillance and simulation
video-tracking-algorithm
- 完整的视频跟踪算法,有完整的标注,对理解整个程序有很大的帮助!-Complete video tracking algorithm, which is feasible, you can track the students to learn video great inspiration!
vfwdemo
- 在VS2005下编写的vfw的程序,通过vfw方式打开摄像头,并得到原始数据进行处理。其中摄像头必须支持RGB24格式的数据输出。代码中有RGB24转灰度、迭代阈值化等算法。-Prepared under the vfw in VS2005 program, open the camera through vfw, and the raw data for processing. One camera must support RGB24 format of data output. Code
head-pose-estimation
- 头部姿势估计的程序,利用鼻尖确定头部的方向,进而确定姿势,采用随机回归森林算法。-Head pose estimation procedures, the use of nose to determine the direction of the head, and to determine the position, using the random forest regression algorithm.
video-detection-motion-tracking
- VC编写,应用opencv开源库的视频运动目标跟踪程序,其算法是基于视频采集角点滤波-VC prepared the application opencv open source library of video moving target tracking procedures, the algorithm is based on the video capture corner filter
EBMA
- 数字视频技术的实验,关于穷尽块匹配算法的matlab程序及实验报告-Digital video technology experiments, exhaustive block matching algorithm matlab procedures and lab report
OpenCV
- OpenCV下车牌定位算法实现 程序和执行结果均详细呈现-OpenCV under license plate positioning algorithm procedures and results of the implementation details presented
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
CAMSHIFT
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。已经调通了。-CAMSHIFT algorithm using rapid detection and tracking moving targets C/C+
grey
- 电子稳像灰度投影算法的电子稳像算法,针对最近matlab2013a进行了修改,使得程序可以适应更多视频格式,可直接运行,效果良好-Electronic image stabilization gray projection algorithm electronic image stabilization algorithm was modified for the recent matlab2013a, so that the program can accommodate more video
ICA和时频方法进行声源定位
- ICA和时频方法进行声源定位的matlab程序,含源程序及介绍,调用主程序即可。