搜索资源列表
cvGaussModel
- 视频前背景分离的定点算法 opencv改编
newnew
- 本人亲手用C++builder编写的一个图像处理小程序,包含可执行文件和所有源码,在BCB6.0上调试通过。功能有图像灰度化、缩放、Sobel算子及prewitt算子实现边缘检测,还能根据颜色将图片的前景和背景分离。是学习图像处理编程的好东东。
division
- 指纹图像前背景分离程序,使用灰度算法,现处理中心区域,在处理四边,最后处理四个角,效果还可以.
基于Mean Shift的阈值分割
- 阈值分割算法是一种将灰度图像转化为二值图像的简单有效的方法,但是由于需处理图像的复杂性,常常使得阈值分割算法中阈值的选取问题无法很好解决。针对这个问题,在进行阈值化处理之前,我们先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。 简单来说,基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素
基于大津算法的阈值分割
- 基于大津算法的阈值分割,图像二值化,处理灰度图像,讲目标和背景分离,Otsu threshold segmentation
Background_GMM.rar
- 混合高斯模型,建立背景模型,从而可以分离前景与背景,Gaussian mixture model, background model, which can be separated from foreground and background
jj.rar
- 不规则光照下自适应阈值的前景背景分离算法源代码,相当好用哦,Irregular light of the prospects of adaptive threshold background separation algorithm source code, very easy to use, oh
Thresholding-using-mean-shift
- 基于mean shift的阈值分割matlab代码,先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。-Threshold based on mean shift segmentation matlab code, the first split with the Mean Shift algorithm similar to the gray value characteristics of the element
Amattingsoftware
- 是一个实用的抠图软件,软件很小,对图像的前景和背景分离效果很好-Matting is a practical software, software is very small, the image foreground and background separation worked well
beijingfenli
- 基于opencv实现图像的背景分离,对于模板匹配特别有效-opencv
adaptivethreshold
- 用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。-Matlab implementation to use irregular light of the prospects for adaptive threshold background separation algorithm. Test image files attached inside.
fenge
- 可以实现对目标的分割和提取,对背景可以分离-shi xian mu biao fen ge
adapt_threshold
- 自适应阈值算法将前景从背景中分离出来包括非均匀光照。-Adaptive threshold algorithm to the prospect of separating from the background, including non-uniform illumination.
bnm
- 这是我在图像处理实验课上做的实验 1.实现图像的灰度变换处理。 2.将给定图像中的目标物体提取,与背景分离,进行二值化。 3. 实现彩色图像的灰度化处理 -This is my experiment in class image processing done in Experiment 1. Image processing of gray-scale transformation. 2. A given object image extraction, separation
nlnniblack
- 在文本图像处理中对灰度图像进行文本和背景分离的经典算法的程序-Image Processing in the text of the grayscale images of the classic text and background separation algorithm for the procedure
FgBgSubtract
- 前景背景分离的程序,用于提取固定背景下的视频中的运动目标-The prospects for the background separation process for extracting fixed in the context of the video moving target
Project23背景减除法
- 通过背景减除法实现目标与背景的分离,并且可以对单目标进行跟踪(The background subtraction method is used to separate the target from the background, and the single target can be tracked)
matlab背景差分法
- 利用MATLAB实现图像处理,实现图像背景分离。(Using MATLAB to realize image processing)
BeiJingFenLi2
- 混合高斯背景建模进行背景分离,在实行膨胀腐蚀操作提取运动目标特征(Mixed Gaussian Background Modeling for Background Segmentation, Extraction of Moving Target Features During Erosion Operation)