CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 视频分帧

搜索资源列表

  1. sanzhenchafen

    0下载:
  2. 三帧差分算法是相邻两帧差分算法的一种改进方法,它选取连续三帧视频图像进行差分运算,消除由于运动而显露背景影响,从而提取精确的运动目标轮廓信息。该算法的基本原理是是先选取视频图像序列中连续三帧图像 并分别计算相邻两帧的差分图像,然后将差分图像通过选取适当的阈值进行二值化处理,得到二值化图像,最后在每一个像素点得到的二值图像进行逻辑与运算,获取共同部分,从而获得运动目标的轮廓信息。-Three differential algorithm is an improved method of two
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4022603
    • 提供者:陈斌
  1. b_NearFrameCha

    1下载:
  2. 一段用matlab做帧间差分法以识别视频中的运动目标的源程序 测试效果良好-Using matlab to do some inter-frame difference method to identify the video source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1024
    • 提供者:Yogurt
  1. Efficient-video-monitoring-system

    0下载:
  2. 高效视频监控系统:采用帧间差分检测运动物体的原理建立一个视频监控系统。-Efficient video monitoring system: using frame difference principle of detection of moving object to establish a video monitoring system.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11655918
    • 提供者:李争
  1. sanzhenchafenfa

    0下载:
  2. 视频图像处理,采用帧间差分法进行视频前景和背景的分离-Video image processing, inter-frame difference method of separating the foreground and background video
  3. 所属分类:Video Capture

    • 发布日期:2017-03-30
    • 文件大小:806
    • 提供者:夏云
  1. zhenjianchafenfalicheng

    0下载:
  2. 视频图像处理,采用帧间差分法进行前景和背景分离-Video image processing, inter-frame difference method of separating the foreground and background video
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:781
    • 提供者:夏云
  1. vcPP6.0

    0下载:
  2. 背景差分法,帧间差分法,可以有效基于视频序列检测出动态目标,实现有效检测-Inter frame difference and background difference moving target detection phase fusion under the opencv platform based on vc++6.0
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2010
    • 提供者:王选
  1. a-target-and-track-selection-box

    0下载:
  2. 先用视频前几帧进行帧间差分,可实现自动获得一个目标选择框并进行跟踪. -First with a few frames of video before the inter-frame difference, you can automatically get a goal and track selection box.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:570046
    • 提供者:wang
  1. frame-difference

    0下载:
  2. 帧差分二值化,基于matlab对视频图像进行帧差分和二值化操作-The value of the two frame difference
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2796
    • 提供者:tai
  1. video1

    0下载:
  2. matlab图像处理作业,对一段视频中的运动物体进行实时跟踪。利用surf进行每两帧图像的配准,并利用帧间差分法,找到物体轮廓,可追踪两个目标,请在matlab2013b环境下运行-Matlab image processing operations, real-time tracking of a moving object in video. Using surf every two frames of image registration, and use the interframe d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:207587
    • 提供者:贾程序
  1. matlab-code

    1下载:
  2. backgroundsubtractionGUI.m 实现背景差分方法的基本GUI界面设置 diedaierzhihua.m 用迭代分割的方法实现图像二值化 foreground.m 背景差分方法中前景图的构建 mianhuizhi.m 图像可视化中ct、mri图像的三维面绘制方法 rotate3d.m 图像可视化中对ct、mri图像进行面绘制并旋转 video2image.m 从视频中批量截取多帧图像 weicaise.m 对图像进行伪彩色处理-backgroundsu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:7986
    • 提供者:本田透
  1. accumulative_difference

    0下载:
  2. 通过读取视频中连续几帧图像,利用差分法获得目标图像-The target image is obtained by using the inter frame difference method, through the reading of several consecutive frames in the video.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:676
    • 提供者:代和甫
  1. background_subtraction

    0下载:
  2. 通过读取视频中背景图像和其中一帧图像,利用背景差分法获得目标图像-By reading the background image and one frame image, the target image is obtained by using the background difference method.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:694
    • 提供者:代和甫
  1. Frame

    0下载:
  2. 通过读取视频中连续几帧图像,利用帧间差分法检测得到目标图像-The target image is detected by using the inter frame difference method.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:793
    • 提供者:代和甫
  1. Morphological-operator-process-

    0下载:
  2. 图像处理中,读取一段视频,并进行帧间差分处理,再进行一系列形态学算子处理,显示出相应的处理图像-In the image processing, the image is read, and the frame difference is processed, then a series of morphological operators are processed, and the corresponding processing images are displayed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:879
    • 提供者:zw
  1. H_264_AVC

    0下载:
  2. H.264视频解码 读取视频 帧间预测 分块类型比较-H.264 video codec inter prediction
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-30
    • 文件大小:12148647
    • 提供者:白金强
  1. zhenchafa

    0下载:
  2. 帧差法做帧间差分来追踪视频物体有很好的效果,是最基础的算法来着-use matlab to do video tracking
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1615
    • 提供者:www
  1. Background-difference-method

    0下载:
  2. 背景差分法是采用图像序列中的当前帧和背景参考模型比较来检测运动物体的一种方法,其性能依赖于所使用的背景建模技术。背景差分法检测运动目标速度快,检测准确,易于实现,其关键是背景图像的获取。在实际应用中,静止背景是不易直接获得的,同时,由于背景图像的动态变化,需要通过视频序列的帧间信息来估计和恢复背景,即背景重建,所以要选择性的更新背景。-Background difference method is the use of images in the sequence of the current
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:170584
    • 提供者:ZHENGJINGRANG
  1. Inter-frame-difference-method

    0下载:
  2. 帧间差分法是一种通过对视频图像序列中相邻两帧作差分运算来获得运动目标轮廓的方法,它可以很好地适用于存在多个运动目标和摄像机移动的情况。 -Frame difference method is a sequence of video images through the adjacent two for differential operation to obtain moving object contour method, which can be well applied to the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:12821
    • 提供者:ZHENGJINGRANG
  1. LAB2

    0下载:
  2. 关键帧的边缘检测:1.读取一个AVI视频 2.逐帧差分求取关键帧3.对关键帧使用sober算子检测边缘-Edge detection keyframe: 1. Read a AVI video 2. Frame Differential strike keyframes 3. Use keyframes sober operator edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:486424
    • 提供者:吴国文
  1. mixture_of_gaussians

    0下载:
  2. 计算机视觉中最重要的研究之一就是运动目标检测,其不但在模式识别方面具有相关的研究,而且在图像理解领域也有非凡的意义。运动目标检测是通过通过图像序列帧图像来提取运动目标,通过运用相关的算法一幅图片被划分为前景点和背景点。运动目标检测算法是后续的运动目标分类、运动目标跟踪和分析提供了基础。本论文讲述了几种常用的视频运动目标检测算法,并就背景差分法进行了重点研究,通过两种方法来对比差分法的特点。其中背景差分法算法的主要流程为:视频获取、视频转化为图片序列、图片灰度化处理、去除噪声、差分图片、对图片进行
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2102
    • 提供者:wan
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com