CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - frame

搜索资源列表

  1. 利用OpenCV对视频进行处理

    0下载:
  2. 利用OpenCV对视频进行处理,尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有背景擦除,平滑滤波,二值化等。-Using OpenCV to process the video, try to open the computer input device as a video camera, or the command line input parameters as the
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1.46kb
    • 提供者:刘增宝
  1. V_CameraVideoAnalysi

    0下载:
  2. 使用OpenCV 2.1分析Notebook camera采集到的视频(格式WMA),分析是否有丢帧的现象发生.编译环境:VC2008 MFC,OpenCV版本是2.1. 如果发生丢帧现象,则会在界面上显示丢帧的位置. 另外,程式还可以得到视频的相关信息,如FPS-Notebook camera using OpenCV 2.1 Analysis of collected video (format WMA), analysis of the phenomenon have droppe
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8.89mb
    • 提供者:小平
  1. back

    0下载:
  2. 帧差法背景建模,在外界环境变化情况不大时使用较为方便快捷-Background modeling frame-difference method, small changes in the external environment is more convenient to use
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6.25mb
    • 提供者:
  1. imagezhenchafa

    0下载:
  2. OpenCV实现的图像帧差法的程序,cmd下载入图像即可运行-OpenCV implementation of the image frame difference method procedure, cmd into the image to download to run! ! ! !
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:42.36kb
    • 提供者:方彦
  1. save_pic

    0下载:
  2. 提取图像的每一帧,并保存下来。使用OpenCV,算法较好。-Extraction of the image each frame, and preserved. The use of OpenCV, a better algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.28mb
    • 提供者:王旋
  1. 视频监控(面积报警)

    4下载:
  2. 通过视频监控,对视频流帧处理,自动发现火情并报警。-Through video surveillance, video streaming frame processing, auto-discovery and fire alarm.
  3. 所属分类:OpenCV

    • 发布日期:2012-10-16
    • 文件大小:3.76mb
    • 提供者:一段小说
  1. mainskin

    0下载:
  2. Skin detection for Indian and asian skins for face and body detection in frame using OpenCV and vc++.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.09kb
    • 提供者:harry
  1. Test

    0下载:
  2. 利用opencv在vc环境下开发的关键帧提取程序-Environment in vc using opencv key frame extraction procedure developed
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.49mb
    • 提供者:jiutianfeixue
  1. trackopenvcing

    0下载:
  2. 一个基于Visual C++和opencv的运动检测程序,运行时鼠标画框圈选运动的无图就可以实现跟踪源代码。-Based Visual C++ and opencv motion detection program, run the mouse movement without frame circle graph tracking the source code can be achieved.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7.72mb
    • 提供者:快捷的
  1. FaceDetected

    0下载:
  2. 基于OPENCV进行对选择的图片人脸识别,人脸检测,人脸画框。-Picture recognition, face detection, face frame.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11.67mb
    • 提供者:谢大可
  1. shift_color

    0下载:
  2. 经典的meanshift跟踪算法。手动选择第一帧中的目标进行跟踪。-Classic meanshift tracking algorithm. Manually select the first frame of the target tracking.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:121.26kb
    • 提供者:feng
  1. Three-Frame-Difference-Algorithm

    0下载:
  2. 利用opencv和vc++实现目标检测中的三帧差分法- Three Frame Difference Algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1.21kb
    • 提供者:杜倩
  1. frame-difference-3

    0下载:
  2. 图像序列中,连续三幅图像的帧间差分,适用于opencv,有可调阈值的滚动条-Image sequences, the consecutive three image frame difference
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:987byte
    • 提供者:iris
  1. frame-count

    0下载:
  2. opencv读取一个视频文件,并计算此视频文件的帧总数-The total number of opencv read a video file, and calculate the video file frame
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:857byte
    • 提供者:kobe
  1. frame-difference

    0下载:
  2. 在visual studio2010和opencv244写的连续帧差法的背景建模,图像处理采用Mat类型。-Written in visual studio2010 and opencv244 frame differential method for background modeling, image processing using Mat type.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1.07kb
    • 提供者:
  1. One-Frame

    0下载:
  2. 实现了对视频里任意一帧的提取,并保存为jpg格式的图像。-The realization of any of the video frame extracted and saved as jpg format images.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:郭晓丽
  1. Key-frame-extraction

    0下载:
  2. 数字视频应用技术,基于opencv的边缘检测与关键帧的提取和保存-Application of digital video technology, extraction and preservation of OpenCV edge detection and key frame based on
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:3.94mb
    • 提供者:江江
  1. The-frame-of-image

    0下载:
  2. 打开一段视频,获取每一帧图像,可以自由设置获取几帧。-Open a video, get each frame, get a few frames can be freely set.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.17kb
    • 提供者:李进
  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
    • 文件大小:12.52kb
    • 提供者:ZHENGJINGRANG
  1. Frame-Difference

    0下载:
  2. 按照帧来读取照片,而不是直接在视频里读取照片。-According to the frame to read photos, rather than directly read the pictures in the video.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:4.72kb
    • 提供者:
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com