搜索资源列表
opencv-slides
- 中科院自动化所自由软件学会于任棋讲解的使用opencv进行图像处理的课件和源码。其中包括opencv图像结构、矩阵结构、点结构简介,以及图像I/O,边缘检测,轮廓检测,背景建模等。-free software to automate the process of the Chinese Academy of Sciences Institute of the game on the use opencv for Image Processing Software and the source.
detection.rar
- 用openCV实现,利用背景建模检测运动目标,opencv,detect motion target using background modeling
background-subtraction
- 背景差法OpenCV实现程序代码,此代码是基于vc环境下的对图像的处理的代码 -OpenCV background subtraction method to achieve the program code, the code is based on the vc environment for image processing code
Opencv-object-detection-
- 针对在背景中检测出运动目标并实施警戒等特定提示,建立了一个人机交互界面。-For in the background to detect moving targets and the implementation of such a specific warning prompted the establishment of an interactive interface.
backgroundSubtraction_v0
- 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independenc
Background_Subtraction
- 基于opencv的背景差法,实现前景和背景的分离。需要先配置好vc2008,然后编译执行。-Opencv background difference based method to achieve the separation of foreground and background. Need to configured vc2008, and then compile the implementation.
BGmodel
- 这是利用opencv工具编写的背景建模程序,效果很好,内有视频文件,可直接运行-This is a tool written using opencv background modeling procedure, a good effect, there are video files, can be directly run
bkgrd
- 利用背景建模检测运动物体(openCV)-Detection using background modeling moving objects (openCV)
Cplus_motion_detection_algorithm
- vc++运动检测算法(采取自适应背景更新,opencv下的代码-vc++ motion detection algorithm (to take adaptive background update, opencv under the code
video
- Background subtraction, canny edge detection using opencv
framebyframe
- A simple background subtraction based code for human detection. requires opencv library.
bgfg_codebook
- Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you *have* to have one of the video windows be active // and NOT
FGDetect
- 使用opencv类库,采集视频,采用背景相减法,提取前景-Use opencv library, capture video, using the background subtraction, extraction prospects
background
- Using OpenCV to perform background subtraction
opencv
- 压缩包包括以下几个功能实现的opencv源代码:canny边缘检测算法实现、高斯背景建模、背景差分法实现边缘检测、图像颜色分布直方图的相关处理、人脸识别算法的实现。-Compressed package includes the following functions to achieve the opencv source code: canny edge detection algorithm, Gaussian background modeling, background subtrac
opencv-example
- OPENCV的例程,使用OPENCV进行图形图像处理和视频处理,包括图像结构,边缘检测,背景建模等模块-the routine use of OPENCV,including graphical image processing and video processing, image structure, edge detection, background modeling module
Background-subtraction
- 静摄像机情况下基于opencv的背景差法识别运动物体-Identify moving objects based on opencv background subtraction in the case of a static camera
opencv
- opencv基础应用图象边缘检测,霍夫变换,背景检测。(Opencv basic applications: image edge detection, Hof transform, background detection)
基于opencv的绝缘子及其等电位线故障状态智能识别
- 识别复杂背景下的绝缘子,提取绝缘子,放射投影后对绝缘子进行故障检测。(To identify the insulator in the complex background, the insulator is extracted and the insulator is detected after the projection.)
多目标跟踪opencv
- 先用背景差分完成目标提取,将运动目标的相关信息放入到链表中,通过帧差完成对多目标的跟踪,达到实时性的要求 运动目标的相关信息存放于结构体中,可以在此基础上判断目标的动作行为跟踪基本框架,opencv编写,利用背景差分,质心法可以跟踪多个目标,并分配ID号,记录行动轨迹,可用于车辆道路等,大家可以参考学习下,效果有待改进,不同的视频会有不同的效果。(The relevant information of the moving object is stored in the structure.