搜索资源列表
background-subtraction
- 背景高斯建模 能够很好的实现车辆的检测,可以用于与其他算法的比较-the Background Subtraction for the vehicle detection
GMM-modeling-and-EM
- 介绍Opencv这个图像处理库环境下的GMM建模与EM算法,从数学的角度深入分析高斯建模和EM算法-Introduce the the Opencv this image processing GMM modeling the EM algorithm in the library environment, in-depth analysis from a mathematical point of the Gaussian model and the EM algorithm
k_means
- 实现K-means算法,高斯随机分布抽取数据 利用k-means算法实现分类-Implement K-means algorithm to extract the data using Gaussian random distribution of k-means classification algorithm
gmm
- 混合高斯算法实现及一些自己对高斯混合模型的理解。-Gaussian mixture algorithm and some experience
mt1
- 基于openCV的混合高斯算法,实现了入侵检测的功能。-OpenCV algorithm based on Gaussian mixture to achieve intrusion detection function.
motion-detection-techniques
- 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
cppbgfg_gaussmix2
- 背景建模方法之高斯混合模型,使用到MOG2。算法快,并且可以进行阴影检测。遍历性:对每一个像素进行建模。作者为Z.Zivkovic-The algorithm similar to the standard Stauffer&Grimson algorithm with additional selection of the number of the Gaussian components based on: "Recursive unsupervised learning of fini
GaussBGModel
- 用opencv实现的运动目标检测算法,程序用的是高斯背景建模法,测试用的是夜间车流量的视频,光线变化不大,效果不错-Moving target detection algorithm, with opencv program with the Gaussian background modeling method, the test is the video of night traffic light changes, the effect is good
classifer
- 二分类问题采用包括逻辑回归、最小二乘法、感知器算法(按下space不断迭代)、svm线性分类,另外还有高斯分线性分类(待完善),针对平面上两类点进行分类-Second classification using logistic regression, the method of least squares, perception algorithm (Press space iteratively) svm linear classification, in addition to the Ga
CV2
- 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
dangaosimexing
- opencv 基于单高斯模型的运动目标检测算法-opencv based on a single Gaussian model of moving target detection algorithm
gaosihunhemoxing
- opencv 基于高斯混合模型的运动目标检测算法-opencv Gaussian mixture model based moving object detection algorithm
code_june2010
- 多摄像机多目标跟踪算法, 具体包括混合高斯背景建模, distancemap团块映射, 粒子滤波跟踪, 匈牙利算法信息融合等.-multi camera tracking
detectpoint
- 光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。-Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extrac
fastDetectLine
- VS2010下用opencv2.3.1编写的光条提取算法,机器视觉中用的多,本方法使用了高斯滤波和hession矩阵,经过对高斯滤波函数的处理,使得本方法的提取速度大大提升,提取精度是亚像素级别,附件内含测试图片-Under VS2010 extracted with light bar and more opencv2.3.1 written algorithms used in machine vision, this method uses a Gaussian filter and he
417gaosi
- 图像的滤波计算新的高斯算法 图像的滤波计算新的高斯算法 -Image filtering algorithm for calculating a new Gaussian Image filtering algorithm for calculating a new Gaussian
Fast-O(1)Bilateral-Filter
- Fast O(1)双边滤波算法,由三角函数逼近方法实现非迭代算法,计算量不再受滤波窗口大小影响,只与图像大小有关,适合改进为GPU执行的并行算法(此函数还包含一个递归高斯算法)-Fast O (1) bilateral filtering algorithm, approximation by a trigonometric method to achieve non-iterative algorithm to calculate the amount of the filter window
滤波
- 提供5种滤波算法,分别是//方框滤波//均值滤波//高斯滤波 //中值滤波 //双边滤波(5 filtering algorithms are provided, which are block filtering, mean filtering, Gauss filtering, median filtering, and bilateral filtering)
单高斯程序
- 单高斯算法用于静态背景下显著目标的拾取该方法较为简单,也能应对静态背景下的目标拾取。(Used for picking up salient objects in static background)
BackGround-Fore-Detect
- 包含一些常见的运动目标检测算法,有背景模型算法,混合高斯模型算法,帧差法,经典的CB法,所有源码皆可运行。(This package include some common Moving Object Detection algorithm.Such as the BgModel,CodeBook and Gaussian-mixture-model.)