搜索资源列表
possion_matting
- 关于在图像融合过程中,区分前景物体和背景图像的相关论文 -on the image fusion process, the distinction between foreground and background images related papers
adaptivethreshold
- ADAPTIVETHRESHOLD An adaptive thresholding algorithm that seperates the foreground from the background with nonuniform illumination-ADAPTIVETHRESHOLD An adaptive threshold ing algorithm that separates the foreground fr o
bg_subtraction_cmd
- 本代码是Foreground-Background Segmentation of Video Sequences的配套程序,利用KDE算法对avi进行处理,从而提取前景和背景,在windows, Visual C++下测试成功-This code is Foreground-Background Segmentation of Video Sequences matching procedures, the use of KDE al
adaptivethresholdandtestprogram
- 一个自适应阈值处理程序,是图像分割领域难题的一个处理方向,该方法效果还不错An adaptive thresholding algorithm that seperates the background with nonuniform illumination. %foreground from the background with nonuniform illumination.-An adaptive threshold pr
adaptive_background_substraction
- for the TI dm6446 platformBackground subtraction moduleMaintain a background model, which can distinguish background, foreground and theft/left pixelsShadow removal moduleDetect shadow regions in monochrome videosCamera
OTSU(3)
- 大津法由大津于1979年提出,对图像Image,记t为前景与背景的分割阈值,前景点数占图像比例为w0, 平均灰度为u0;背景点数占图像比例为w1,平均灰度为u1-Otsu method by Otsu in 1979 suggested that the image Image, remember t for the foreground and background segmentation threshold, the prospe
cvuse
- 使用opencv,将一个视频文件分割成多张图片。 特点:按帧提取,每帧保存为多张图片。 保存时,原来的格式是全彩的,同时转化并保存全彩图片对应的黑白图片和二值化图片。这三类图片分别存放在默认目录的video background foreground中。默认的视频文件名为默认目录下的ci.avi-Using opencv, a video file will be split into multiple images. Feat
regionbased_seg_demo
- This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges." This technique deforms an initial curve so that it separates foreground from background based on t
adaptivethresholdhah
- the threshold is determined and the foreground and background are seperated
background_substraction
- 视频背景非参数估计论文及matlab实现.matlab代码只实现了灰度图的背景估计,论文利介绍的彩色视频处理方法可以自己看看怎么做。-Background and Foreground Modeling Using Nonparametric Kernel Density Estimation for Visual Surveillance AHMED ELGAMMAL, RAMANI DURAISWAMI, MEMBER,
bgsub
- Determine the background of an image, llowing extract foreground objects
background_gen_c
- 通过读取视频流,基于OpenCV建立背景模型,以用于前景检测-By reading the video stream, based on the OpenCV ,generate background model for the foreground pixels detection
ACMMM2003
- 介绍一种应用于视频运动检测中前景和背景建模分割的方法-proposes a novel method for detection and segmentation of foreground objects from a video which contains both stationary and moving background objects and undergoes both gradual and sudde
seg
- Image Segmentation (Foreground separated from Background).
MotionSegmentation
- This package contains m-files for the segmentation of a moving foreground from video with a static background
Adaptiveforegroundandshadowsegmentationusinghidden
- Adaptive foreground and shadow segmentation using hidden conditional random fields.rar-Adaptive foreground and shadow segmentation using hidden conditional random fields.rar
growcut
- 可实现与graph-cuts算法相似的图像分割效果. 他借用了生物形态学知识,将每一个像素视为一个细胞,这些细胞可能是前景,背景,或其他。这些细胞依据其灰度竞争获得生长,由此获得分割。-This algorithm is presented as an alternative to graph-cuts. The operation is very simple, and can be thought of with a biologi
Amattingsoftware
- 是一个实用的抠图软件,软件很小,对图像的前景和背景分离效果很好-Matting is a practical software, software is very small, the image foreground and background separation worked well
Tracking_Cars_Using_Singal_Gaussian
- 通过单高斯来建立背景,然后用背景减法来提取情景,并对前景进行跟踪和计数。-We establis the background through the method of singal Gaussian,then use the background substration to get foreground,we are also successed to get the counts of cars and to track the
cvGaussianBGModelDemo
- Demo of the background/foreground detection algorithm