CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - opencv frame

搜索资源列表

  1. opencv中视频文件逐帧取图

    0下载:
  2. opencv中视频文件逐帧取图。或将一系列图片组合成为一段视频的源代码-opencv video files frame by frame to take the map. Or a series of pictures together as a video source code
  3. 所属分类:其他小程序

    • 发布日期:2017-03-24
    • 文件大小:1.48kb
    • 提供者:李泽宇
  1. live555-rtsp-single-image.zip

    0下载:
  2. This package contains the two modified files of original live555 c++ library for saving rtsp stream as image. each frame will be saved as jpg image and updated every frame. this is particular useful in application which do image processing on live st
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-22
    • 文件大小:12.53kb
    • 提供者:ad
  1. cardetect.rar

    0下载:
  2. 该程序利用OPENCV来获取视频帧,并通过帧差来获取有车图像,OPENCV use the program to obtain video frame, and through the frame to obtain a car bad image
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-13
    • 文件大小:3.03mb
    • 提供者:aircity
  1. VTraffic(thread_no_leak)

    0下载:
  2. VC6.0+opencv环境下运动检测的实例,使用了帧差法、GMM方法等,可以对比不同建模方法的效果-VC6.0+ opencv environment, motion detection example, using the frame difference method, GMM methods, you can compare the effect of different modeling methods
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:302.36kb
    • 提供者:王志
  1. vidcap_src

    0下载:
  2. 这是一个Visual C + +6 码使用opencv库打开Webcam 来源和捕获帧的摄像头,并保存到电脑。-This is a Visual c++ 6 code use opencv lib to open the web cam sources and capture the frame on the webcam and save to the PC.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3.85mb
    • 提供者:KCC
  1. BoundingBox

    0下载:
  2. BoundingBox,可用来把图片中的人框出来,记录下坐标,写入文件。可能要有OPENCV的支持。-BoundingBox, can be used to bring in a picture frame out of people, recording the coordinates, write to a file. May have OPENCV support.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:5.55kb
    • 提供者:lan
  1. bcb_OpenCV_test

    0下载:
  2. BCB6下使用OpenCV,用DirectShow采集视频,帧率提高到30帧左右,新建线程播放视频,抛弃OpenCV自带GUI窗体,不使用cvWaitKey函数-BCB6 use OpenCV, with the DirectShow capture video frame rate up to 30 or so, the new thread to play video, discard OpenCV own GUI form, do not use cvWaitKey function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:871.49kb
    • 提供者:ma
  1. FACE

    0下载:
  2. 基于OPENCV的能够检测到安装了摄像头的视频帧中的人脸-Based OPENCV that can detect a video camera installed in the frame of the human face
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3.01mb
    • 提供者:梁礼
  1. avijpg

    0下载:
  2. 利用opencv库实现的从指定位置视频截取关键帧的程序,需要安装opencv库,具体安装上官网可以进行查询。-Use opencv library to achieve the specified location from the video key frame interception procedures, need to install the opencv library, specific queries can be installed Shangguan network.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-11
    • 文件大小:2.5mb
    • 提供者:孙佳文
  1. mymfc_v2

    0下载:
  2. opencv读取图片和video的例子,能够读取图片将图片边框读取并显示,视频能够读取某些avi视频-opencv read the pictures and video examples of the picture frame can read image read and display, video, able to read some of the avi video
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5.1mb
    • 提供者:yanjueshuo
  1. AviWriter

    0下载:
  2. 编译环境vs2008+opencv2.0+DirectShow。 将摄像头采集到的图像写入到avi文件中,也可以将avi文件中的帧图像写入到avi文件中。视频帧图像的来源取决于运行时输入的参数的数量。 ps:directshow可以在http://www.opencv.org.cn/下载-Environment:vs2008+opencv2.0+DirectShow Detail: capture frame from camera or avi files,then write
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:1.23kb
    • 提供者:joe
  1. opencv-face

    0下载:
  2. 实现人脸检测功能,并达到人脸检测红框的目的-Face detection function, and to achieve the purpose of face detection red frame
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:11.98kb
    • 提供者:王剑锋
  1. histogram

    0下载:
  2. 基于对话框中picture控件绘制直方图 是在视频流中截取出的一帧图像进行直方图统计,如果不停的截取,将形成动态的直方图,该函数是基于OpenCV中视频帧中调用,故参数是IplImage类型的-Based on dialog box picture control drawing histogram is in streaming video capture a frame of image histogram statistics, if intercepted, will form a dy
  3. 所属分类:Multi Monitor

    • 发布日期:2017-11-10
    • 文件大小:2.05kb
    • 提供者:徐飞
  1. beijingfa

    0下载:
  2. 在vc++6.0下,利用opencv函数库,使用背景差分法检测车辆,并显示背景帧,和前景帧-Use opencv library in vc++6.0, using the background subtraction method detects the vehicle, and the background frame, frame and prospects
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:2.56mb
    • 提供者:王小飞
  1. Frame-difference-method

    0下载:
  2. 用帧差法进行目标跟踪,使用了opencv工具包,在vs2008下开发。-opencv VC++ computer visual
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:4.15mb
    • 提供者:baochaoqian
  1. OPENCV--moving-target-detection

    0下载:
  2. OPENCV帧差法对运动目标检测,常用于车辆检测中,有很好的效果-OPENCV frame differential method for moving target detection
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1.97kb
    • 提供者:*飞
  1. opencv-key-frame

    0下载:
  2. opencv 程序代码 基于分镜头的关键帧算法。效果很好-good for new leareer
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.66kb
    • 提供者:彭涛
  1. opencv

    0下载:
  2. 此程序适用于图像跟踪范畴,Opencv视频帧处理,将图片处理成每一帧,方便后续跟踪处理。-This procedure applies to the image tracking category, Opencv video frame processing, the image processing to each frame to facilitate follow-up treatment.
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:11.83kb
    • 提供者:林霞
  1. zhenchafa

    0下载:
  2. 使用帧差法对视频中的目标进行跟踪,并画出矩形框与坐标。依靠opencv库,使用时需修改视频路径。(he frame difference method is used to track the object in the video, and the rectangle frame and coordinate are drawn. Depending on the opencv library, you need to modify the video path when using it.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-18
    • 文件大小:18kb
    • 提供者:坦然的人
  1. OpenCVactiondetect

    0下载:
  2. 在opencv中,利用VC进行运动目标的检测及框选,效果良好(In opencv, VC is used to detect and frame the moving target, and the effect is good)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:6.5mb
    • 提供者:ckz
« 12 »
搜珍网 www.dssz.com