搜索资源列表
RoboA
- 实现了一种快速比较算法进行图象识别比较,可以应用在足球机器人和工业控制等方面-achieve a more rapid identification algorithm for image comparison, can be used in robot soccer and industrial control, etc.
captureparms
- 完成视频图像的采集和存储。可以选择几种简单的压缩算法,还可以设置视频属性。-complete video image acquisition and storage. Some may choose a simple compression algorithm, but also can set video attributes.
mvc-0.8.9.tar
- 用于捕捉摄像头变化,具有一定算法参考和系统编程价值-camera used to capture changes, which have a certain algorithm and system programming reference value
YUVspliterbesty
- 将YUV文件拆分为多个单帧Y,U,V文件的小工具,做算法研究时用得上。希望喜欢!-YUV document will split into a number of single-frame Y, U, V documents small tools to do the study useful algorithm. Hope likes!
ROTEsys_src
- 静动态视频算法This Project basically related to Object Tracking and Real Time Video Enhancement. We Mr Sheeraz and Mr Imran Malik done this project as a Final Project of BS(cs) Degree This Project is divided in to four main Modules -static and dynamic
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
chapter10
- 《Visual C++音频/视频处理技术及工程实践》一书的部分案例代码,chapter10。实现了基于VC++2005的单文档应用的VFW的视频采集、捕获;经过标准CODEC处理后的显示;使用自己的算法处理后显示,内有xvidcore源代码。对于那些基于VFW做视频处理的同志们,该代码参考价值极大!-" Visual C++ audio/video processing technology and engineering practice" part of a book ca
61IC_H5774
- 本文介绍了一种基于TMS320DM642和Philips视频编解码芯片的视频处理系统,给出了系统的硬件设计、视频接口连接图、以及软件配置.通过实际应用证明该方案具有高速视频输入输出能力,为视频编解码算法开发、视频处理产品设计搭建了高性能的平台-This paper introduces a method based on TMS320DM642 and Philips video decoding chips of video processing system, presents the sy
xitong
- 本文是针对于应用在精整线上冷轧带钢表面质量自动检测系统的研究, 该系统用于在线检测划痕、 折印、锈斑、辊印等常见的冷轧带钢表面缺陷。系统采用多个面阵摄像头同步采集图像的方式, 并通 过由光源构成的“ 暗场照明” 方式实现对缺陷的检测。系统采用了并行计算机制和多线程机制, 并对 算法进行了优化, 从而满足数据的实时处理要求。-This article is for applications in the finishing line in the cold rolled strip s
Videotargettracking
- Mean Shift方法目标跟踪方法该算法为均值平移法目标跟踪,您可以通过打开演示视频“静态背景运动目标.avi”文件演示该算法。算法需要提供预跟踪目标所在的位置及大小,程序默认提供了该演示视频目标所处的位置。若使用其他视频演示该算法,则必须手工指定目标的位置及大小。 -Mean Shift method of target tracking algorithm for the mean shift tracking method, you can open a demo video &qu
Track_flat
- 卡内基梅隆大学的一位博士写的一个视频目标跟踪平台,几乎包含主要的目标跟踪算法,并有开源的代码和相应的论文,还有扩充功能,可以加入自己的改进算法,具有极大的参考价值!-Carnegie Mellon University, a Ph.D. to write a video tracking platform for almost the main target tracking algorithms, and open source code and the corresponding paper
A-motion-detection-
- 一种基于运动检测的智能视频序列降噪算法势-A motion detection based on the intelligent video sequence de-noising algorithm potential
TSI
- 从ts流中提取视频I帧的算法。提取后再打包成TS流。-Extracted from the ts stream video I-frame algorithm. Extraction and then packaged into a TS stream.
20120308
- 目标跟踪算法。将均值移动与粒子滤波算法相结合。-Target tracking algorithm. Mean shift and particle filter algorithm is a combination
kalman
- 在智能视频中,运用卡尔滤波器在视频监控系统中利用卡尔滤波跟踪算法跟踪一个运动的点-Intelligent Video, the use of the Carl filter in the video surveillance system using the the Carl filter tracking algorithm to track the point of a movement
Code2
- Implementation of A Novel Hybrid Motion Detection Algorithm Based On Dynamic Thresholding Segmentation
camera
- android视频采集处理代码,包括YUV转RGB,及RGB转YCgCr等转换,并提供常用的数字图像处理算法,如平滑算法、滤镜算法及直方图均衡法。-android video acquisition and processing code, including YUV to RGB, and RGB to YCgCr such as conversion, and provide a common digital image processing algorithms, such as smoo
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,
OpenTLD-master
- TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生Zdenek Kalal在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-TLD (Trac
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+