CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 视频捕捉/采集 搜索资源 - 算法代码

搜索资源列表

  1. vidcap

    3下载:
  2. 该源代码可以实现通用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
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:166738
    • 提供者:刘洋
  1. 4444

    0下载:
  2. 个可以读取视频,或从摄像头捕获视频的程序。可添加相关算法代码,实现对视频录像或摄像头获取图像的实时处理-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
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:87741
    • 提供者:tianlan1984
  1. chapter10

    0下载:
  2. 《Visual C++音频/视频处理技术及工程实践》一书的部分案例代码,chapter10。实现了基于VC++2005的单文档应用的VFW的视频采集、捕获;经过标准CODEC处理后的显示;使用自己的算法处理后显示,内有xvidcore源代码。对于那些基于VFW做视频处理的同志们,该代码参考价值极大!-" Visual C++ audio/video processing technology and engineering practice" part of a book ca
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:9004241
    • 提供者:rhhh
  1. MoveMotivation

    0下载:
  2. 视频中运动检测算法源代码及演示代码 下载于http://www.codesoso.com/code/Motion_Detection.aspx-Motion Detection Algorithms
  3. 所属分类:Video Capture

    • 发布日期:2017-03-28
    • 文件大小:293428
    • 提供者:张宝
  1. shipingjiancedfskf

    0下载:
  2. 可能对视频中运动目标进行检测和跟踪的算法源代码及演示代码,程序定位准确,环境抗噪能力强。-Possible to detect moving objects in video tracking algorithm and source code and demo code, program positioning accuracy, strong anti-noise environment.
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:948406
    • 提供者:
  1. Track_flat

    0下载:
  2. 卡内基梅隆大学的一位博士写的一个视频目标跟踪平台,几乎包含主要的目标跟踪算法,并有开源的代码和相应的论文,还有扩充功能,可以加入自己的改进算法,具有极大的参考价值!-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
  3. 所属分类:Video Capture

    • 发布日期:2017-05-13
    • 文件大小:3217582
    • 提供者:朴风
  1. vfwdemo

    0下载:
  2. 在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
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:190704
    • 提供者:杨孜
  1. camera

    0下载:
  2. 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
  3. 所属分类:Video Capture

    • 发布日期:2017-11-11
    • 文件大小:5295547
    • 提供者:陈建宏
  1. OpenTLD-master

    0下载:
  2. TLD算法代码。TLD(Tracking-Learning-Detection)是英国萨里大学的一个捷克籍博士生Zdenek Kalal在其攻读博士学位期间提出的一种新的单目标长时间(long term tracking)跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-T
  3. 所属分类:Video Capture

    • 发布日期:2017-06-10
    • 文件大小:17535216
    • 提供者:
  1. video-compression

    0下载:
  2. 该图像压缩算法参考MG.Jordon博士发布的开源代码,作者对部分内容进行了优化,包括了帧内编码、帧间编码,DCT变换编码、自适应量化等。-The image compression algorithm reference Dr. MG.Jordon released the open source code, the author of some of the contents of the optimization, including the intra coding, inter fra
  3. 所属分类:Video Capture

    • 发布日期:2017-04-13
    • 文件大小:2532
    • 提供者:鬲随甲
  1. camshift

    1下载:
  2. 实现视频图像的目标快速跟踪。使用了camshift和kalman滤波算法。实时性不错,代码简单。-Video images of fast target tracking. Use the camshift and kalman filtering algorithm. Timeliness good, simple code.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:8317170
    • 提供者:屈伟
搜珍网 www.dssz.com