搜索资源列表
BGM
- 本文提出了一种静止摄像机条件下的运动目标检测与跟踪算法。 它以一种改进的自适应 混合高斯模型为背景更新方法,用连通区检测算法分割出前景目标,以 Kalman滤波为运动模型实现对运动目标的连续跟踪。在目标跟踪时,该算法针对目标遮挡引起的各种可能情况.
FGseg
- 从静止的视频背景中,分割出前景目标的程序-Uses graph cuts to segment foreground objects from a static background in video. Morphology and Segmentation. foreground segmentation,
Spatial-data-structure
- 图像分割是一种重要的图像分析技术。在对图像的研究和应用中,人们往往仅对图像中的某些部分感兴趣。这些部分常称为目标或前景(其他部分称为背景)。它们一般对应图像中特定的、具有独特性质的区域。为了辨识和分析图像中的目标,需要将它们从图像中分离提取出来,在此基础上才有可能进一步对目标进行测量,对图像进行利用。图像分割就是把图像分成各具特性的区域并提取出感兴趣目标的技术和过程。本文介绍了图像分割中的边缘检测算法。-Image segmentation is an important image analy
fengshui
- 图像中对前景对象和背景对象进行标注区别,再应用分水岭算法会取得较好的分割效果。-The image on the foreground object and the background objects marked difference, then apply the watershed algorithm to achieve better segmentation results.
MOG
- 使用Opencv实现的混合高斯背景建模,能够对图像的前景和背景进行分割。-Gaussian mixture background modeling using Opencv achieved, it is possible to image segmentation of the foreground and background.
10014
- 本程序是基于支持向量机的图像分割问题。通过支持向量机对图片的采样点进行训练,然后对整张图片进行预测。可以将图片分为前景与背景两个部分。-This procedure is based on the support vector machine image segmentation problem. Through the support vector machine to the picture of the sampling point for training, and then the w
w1_main
- 实现图像的前景与背景分割,设定三个不同阈值,直接观察分割结果或者利用统计直方图,得到一个自适应的阈值,再观察实验结果;(Segmentation of foreground and background of image, threshold segmentation method)