搜索资源列表
motiondetect
- 寻找轮廓实现视频流的运动目标检测,用到opencv的库函数-Find the outline of the video stream moving target detection, used opencv library functions
codebook2
- 编码本实现的运动目标检测,对于水面上运动目标有很理想的效果-Coding this to achieve the moving target detection, target ideal for water sports
sport-target-detection-track
- 图像梯度方向直方图(HOG)特征基础上云模型运动目标检测算法,提出HOG特征为基础的均值漂移算法 -Moving target detection algorithm of image gradient orientation histogram (HOG) features based on cloud model proposed HOG feature based on mean shift algorithm
tupian1
- 该程序是基于opencv开发的vs2008源代码,用于实现人体运动目标的检测-The program is based on the source code the opencv developed vs2008, used to achieve the goal of human motion detection
detection
- 该程序是基于opencv开发的vs2008c++源代码,用于实现人体运动目标的检测-The program is based on the source code the opencv developed vs2008, used to achieve the goal of human motion detection
guanyufenceng
- 关于颜色、纹理和分层的目标检测(object detect)相关论文分析,适用于运动目标检测。-Target detection (object detect) on the color, texture and layered paper analyzes applicable to the detection of moving targets.
jiance15
- 在摄像机静止,背景简单地情况下,用背景差分法实现对运动目标的检测-In a stationary camera, background simple cases, using the background difference method to achieve the detection of moving targets
motion-detection-.pdf
- 运动目标检测方法研究可以用于运动目标检测-Moving target detection method research can be used for moving object detection
GMM
- 利用混合高斯进行背景建模,实现运动目标检测-Gaussian mixture background modeling, moving target detection
FrameDiff
- 帧差法运动目标检测matlab程序,包括了噪声抑制,双向差分、形态学、二值图像标记等-The moving objects detection algorithm with Frame difference
camshift
- 在VS2008环境下,结合opencv 应用meanshift算法对运动目标进行跟踪,代码能正常运行-VS2008 environment, combined with opencv apply meanshift algorithm to track the moving target, the code to run correctly
DM6437-motiotest
- 运行在DM6437上,实现运动目标的检测与跟踪。-Run on the DM6437 on the detection and tracking of moving targets
Motion-detection-and-tracking
- 可以运行在SEED-6437开发板上,实现运动目标的检测和跟踪。-SEED-6437 development board can run, moving target detection and tracking.
meanshift
- 这是一篇关于meanshift和kalman滤波相结合的文章,能够准确地追踪运动目标-This is a combined article meanshift and kalman filtering be able to accurately track moving targets
Gaussian
- 这是一种新的自适应混合高斯算法,同基于传统混合高斯模型的运动目标检测 方法相比, 该方法有较好的自适应性, 能快速适应场景的变化-This is a new adaptive Gaussian mixture algorithm, compared with the traditional Gaussian mixture model-based moving target detection method, the method has better adaptability, able
picture--chasing
- 背景建模和前景分割的方式把运动车辆提取出来。并进行最近临关联,输出目标轨迹。 MeanShift运动目标跟踪 matlab程序 1.截取跟踪目标矩阵rect 2.求取跟踪目标的加权直方图hist1 3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。 4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
jiance
- 基于matlab的监控系统,即运动目标的检测-Matlab-based surveillance system, moving target detection
tracking
- 目标跟踪,视频中的运动目标检测与跟踪,matlab 代码,简单易懂-object tracking.motive object detection and tracking in videos.
FastMixGauss
- 针对视频序列运动目标检测,用vc++实现快速高斯混合建模进行前景背景的分离。-In motion object detection of video sequence, with vc++ realize rapid gaussian mixture model carries on the separation between foreward and background.
MixtureGaussian
- 混合高斯模型背景算法实现视频序列中运动目标的检测-Realise moving object detection in video sequence with Gaussian mixture model background algorithm。