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

搜索资源列表

  1. openCV morphing

    0下载:
  2. using morphing algorithm to detect the virtual object from two different base camera
  3. 所属分类:图形图象

  1. motiondetect.rar

    0下载:
  2. 使用OpenCV 来寻找轮廓实现视频流的运动目标检测 能检测一段视频或网络摄像头实时读入视频中的运动物体,it is a short code that can detect the motion object of a vedio or through a web camera using opencv and visual c++. ..
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2.18kb
    • 提供者:wangwei
  1. HumanDetect

    0下载:
  2. this file combines c++ and opencv,it can detect humanbody in a seris of images,the image can be a video file。It uses HOG operater to make the moving object is human。
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.08kb
    • 提供者:刘圆圆
  1. object-detect

    0下载:
  2. 改程序能够读取视频文件并且可以检测到运动的物体,配置好opencv后可以直接运行,本程序以车辆监控为例子,所以可以用于智能监控-Reform program that can read video files and can detect movement of objects can be configured directly opencv run, the procedure for vehicle monitoring, for example, it can be used for i
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:865.45kb
    • 提供者:baiyang
  1. objectdetected

    0下载:
  2. LK算法实现视频中运动目标检测,利用OPENCV开发工具中的LK函数-object detect
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:11.22kb
    • 提供者:王丹
  1. oneEye

    0下载:
  2. Opencv Detect 2 object Computer Vision
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11.83mb
    • 提供者:Haneef
  1. flightsim

    0下载:
  2. Uses blender to generate a scene with reference objects. Takes input images and uses opencv methods to estimate the object translation and rotation from the camera. Reads the object 3D coordinates from a file and uses color to detect the objects in t
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11.05mb
    • 提供者:jake
  1. fulltext

    0下载:
  2. 一个实时的2维人体检测跟踪算法,是opencv源码里参考的文章之一。内容包括表面模型建立,新目标检测以及匹配的问题。-A Real-Time System for Detecting and Tracking People in 2D, is one of the references in opencv, including the appearance model, new object detect and how to find the corresponding one.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2.32mb
    • 提供者:420906189
  1. vedioread-and-objectdetect

    0下载:
  2. 基于opencv的读视频文件和运动物体检测,简单实用。-vedio read and object detect based opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.5kb
    • 提供者:tabase
  1. facedetect_Opencv_haar_adboost_CPP

    0下载:
  2. 人脸检测的程序,用的haar特征和adboost算法,基于opencv的在VS2010上成功运行的C程序。可以检测静态图片,视频,和摄像头的视频中是否含有目标对象的程序。-Face detection program, with the the haar characteristics and adboost algorithm, based on opencv run successfully on VS2010 C program. The program can detect static
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:6.32kb
    • 提供者:jim
  1. detect

    0下载:
  2. 应用OPENCV,从摄像头或读视频文件和运动物体检测 -Application OPENCV, from the camera or read video files and moving object detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:1.34kb
    • 提供者:王伟
  1. opencv_object_track

    0下载:
  2. 基于opencv的运动目标检测,并实现了检测目标的标记,检测的速度稍微慢了一点,效果还可以。-Moving object detection based on opencv, detect the target mark, and implements the detection speed is a little bit slow, effects can also.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:2.02mb
    • 提供者:马珂
  1. object-detect

    0下载:
  2. 运动目标检测,改改pro文件中的opencv路径可以运行,,主要是G-Moving target detection, changed pro file opencv path can run mainly GMM
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.45mb
    • 提供者:庄晓滨
  1. BlockDetect

    1下载:
  2. 基于opencv的模板匹配方法,检测图片中存在的多个物体,以方块检测为例。可以用于一些互动的场景-object detect by template matching method
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:27.88mb
    • 提供者:Du
  1. codebook

    0下载:
  2. codebook算法实现运动物体检测,用opencv实现-codebook algorithm using to detect moving object.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:10.35kb
    • 提供者:肖宇轩
  1. smoke_detection

    2下载:
  2. 使用VS2010+openCV。本文是基于颜色模型和运动模型对含有烟雾的视频进行烟雾检测的。首先利用RGB颜色模型的方法,检测出烟雾区域以及疑似烟雾区域;接着用背景相减的方法,检测出运动的物体;最后结合两种方法,只检测出运 动的烟雾区域,提取烟雾最大轮廓,绘制矩形框以示意。通过设置R、G、B的参数及阈值,可以得到满意的效果。 -Use VS2010+openCV. This paper is based on the color model and motion model for sm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:29.89mb
    • 提供者:晋丽榕
  1. optical flow tracker

    0下载:
  2. 光流法实现移动目标是追踪,检测物体位移,判断运动方向(Optical flow method to achieve the target is to track, detect object displacement, to determine the direction of movement)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:31.42mb
    • 提供者:咕_噜
  1. motioncolor_detect

    1下载:
  2. 本代码为py-opencv 程序,实现运动物体检测,通过serial与下位机通讯,可移植于windows,linux,以及树莓派,nanopi等平台或设备上,(This code is py-opencv program, to achieve moving object detection, through the serial and the slave computer communication, can be transplanted to windows, Linux, and ra
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:1kb
    • 提供者:fontianebleau
  1. Object tracking

    0下载:
  2. The program is based on VS2010 + OpenCV2.4, used in the two picture of the same scene moving object trajectory tracking.The program from the BBN Computer Vision Lab.
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:10.99mb
    • 提供者:波波鸟
搜珍网 www.dssz.com