搜索资源列表
yingzhang_recoginition
- 印章识别算法源码,主要从原图像中提取各分量进行背景去除,然后提取特征-chop recognition algorithm source, mainly from the original image from the background component removed, and then extracting features
ESegment
- 程序功能为将bmp彩色图片中的背景去除,留下图片的主要内容。该程序采用graph-based的图像分割算法,分割效果良好。 在命令行下通过传递参数运行:ESegment sigma k min input output 其中:ESegment为编译得到的程序名; sigma为平滑系数,一般取0.5~2之间的值; k一般取图片长、宽(像素)之间的值; min表示分割出的最小块的大小,取正整数即可 input为输入的
印章鉴定算法
- 这是印章鉴定系统中的重要算法,包括去除背景,基于矩不变量的识别方法等,对实际中印章鉴定系统的设计有很大的帮助。-Identification System in the algorithm, including the removal of background, for the moment invariant recognition method, which seals the actual identification syst
DiaMc
- 图象处理,包含图象处理类,图象读写、去除背景、二值化等等,同时演示了加载FormView功能。-image processing, including image processing category, read and write images to remove the background, values and so on, while loading FormView demonstrated functional.
GaussBackground
- 对图像序列进行高斯背景分析,去除背景和噪声,参见文章“Automatic Temporal Segmentation for Content-Based Video Coding”。-right image sequences Gaussian background analysis, and remove background noise, see the article "Automatic Segmentation fo
yingzhang_recoginition
- 印章识别算法源码,主要从原图像中提取各分量进行背景去除,然后提取特征-chop recognition algorithm source, mainly from the original image from the background component removed, and then extracting features
ESegment
- 程序功能为将bmp彩色图片中的背景去除,留下图片的主要内容。该程序采用graph-based的图像分割算法,分割效果良好。 在命令行下通过传递参数运行:ESegment sigma k min input output 其中:ESegment为编译得到的程序名; sigma为平滑系数,一般取0.5~2之间的值; k一般取图片长、宽(像素)之间的值; min表示分割出的最小块的大小,取正整数即可 input为输入的
track
- VC++实现的物体跟踪程序--通过背景建模,背景差分,阴影去除,形态学去噪,连通性分析实现目标检测以及跟踪.-VC++ Achieve objects tracking procedures- through background modeling, background difference, shadow removal, denoising morphology, connectivity analysis of the achi
Thepicturemutuallyreduce[matlab]
- 用于去除背景,得到原图与背景相减的图像并二值化-To remove the background, the subtraction image and background image and binarization
ObjectExtract
- 做是人行为检测的,第一步是从视频中跟踪人,然后去除背景。此程序是基于均值的背景减除(目标跟踪)。-To do is act of detection, the first step is to track people from the video, and then remove the background. This procedure is based on the average of the background subtr
backgroundSubtraction_v0
- 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background fr a mes as a training set.The background model is per-pixel RGB spac
human_face_detect_facemodel
- 人脸检测系统源码,准确定位,检测人脸,具有很强的抗噪能力,背景去除,最最关键的一步是肤色匹配,提供了人脸模型,算法自己看,绝对好东西-Human face detection system source code, accuratly position and detect face, which has a strong anti-noise ability. It is widely used in machine vision,
dataRead
- 该matlab程序包实现从Ocean Optics s2000型号的光谱仪采集数据文件中读取数据,并对采集数据进行背景去除,提取特定波段的数据绘制光谱图-The matlab package implement reading data file made by Ocean Optics s2000 spectrometer , and remove the background collecting data, extract a s
BackgroundRemovalforColorImagesBasedonColorCompone
- 基于彩色成分差异的彩色图像背景去除算法研究-Background Removal for Color Images Based on Color Components Difference0
yyqc
- 采用RGB模型进行阴影的检测与去除。能够显示前景、背景、去除阴影后的运动目标-RGB model with shadow detection and removal. To show foreground, background, after the removal of shadows moving target
image-process
- 由彩色图像到轮廓提取的代码,或者说背景去除,也是在这里向别人学习过的,拿来看一下,欢迎大家多提建议-Contour extraction from color images to the code, or background removal, but also to learn from others here too, and take a look, with more suggestions welcome
Static-BG
- 单背景运动检测方法,最简单和实用的背景去除算法,适合环境稳定的情况-Single background motion detection methods, the most simple and practical background removal algorithm for the stability of the environment
RuningAVG
- 滑动均值背景去除方法,一种自适应的视频运动目标检测方法,能够自适应光照变化-Sliding mean background removal method, an adaptive video motion detection method to adaptive changes in illumination
mixture_of_gaussian
- 利用混合高斯模型对一个图像序列或视频进行背景的去除,检测运动目标(Using the mixed Gaussian model to remove an image sequence or video background, or detect the moving target.)
三种传统背景减除法
- 使用帧差法、均值法和混合高斯模型对背景进行去除、提取前景信息。来源于2017年研究生数学建模比赛D题。(The background information is removed and the foreground information is extracted by fr a me difference method, mean value method and hybrid Gauss model. D graduate fro