Welcome![Sign In][Sign Up]
Location:
Search - background

Search list

[SCMBackground_scan

Description: WIFI 背景扫描 流程及相关解释和技术细节-WIFI background scanning process and the related explanations and technical details
Platform: | Size: 152576 | Author: lilei | Hits:

[Special EffectsbackgroundsubtractionAndEdgedetection

Description: 图像 背景差分 边缘提取 用OpenCV来完成-background substraction and edge detection
Platform: | Size: 2325504 | Author: 黄舒颖 | Hits:

[OtherUMD-BGS

Description: a background subtraction system. in c or c-a background subtraction system. in c or c++
Platform: | Size: 70656 | Author: hh | Hits:

[Special Effectsframebyframe

Description: A simple background subtraction based code for human detection. requires opencv library.
Platform: | Size: 2048 | Author: niken15 | Hits:

[Multimedia DevelopAssignment3

Description: The programme implement a simple shell. It could execute a command, having pipe, redircting, forward a background process and background a foreground process and so on. It is implemented using recursive.
Platform: | Size: 8192 | Author: 吴峰 | Hits:

[Multimedia program84332637

Description: 视频序列运动估计,补偿算法。还可实现背景渐变的运动图像中运动目标分割。希望对大有帮助。-video sequences motion estimation, compensation algorithm. Gradualism can achieve background of the image moving object segmentation. Hope to assist.
Platform: | Size: 174080 | Author: asdf | Hits:

[Video Capturesrc

Description: This is a sourcefile to an openframeworks project. It implements the background subtraction part!
Platform: | Size: 3072 | Author: Chris | Hits:

[Special Effectssaver2

Description: 基于MATLAB的图像处理,进行滤波处理和背景识别-MATLAB-based image processing, filter processing and the background to identify
Platform: | Size: 37888 | Author: liusw1130 | Hits:

[Multimedia programMotionSegmentation

Description: This package contains m-files for the segmentation of a moving foreground from video with a static background
Platform: | Size: 23552 | Author: Adi Febri | Hits:

[SymbianTickerDemo

Description: Symbian程序,实现了当程序在后台运行时,往前台画窗口,并更新窗口显示内容-Symbian code,achieved when running in the background, draw moblie s screen, and update the contents of the window shows
Platform: | Size: 56320 | Author: 张了 | Hits:

[DocumentsShadowsuppressionmethod

Description: Shadow suppression method for background subtraction!
Platform: | Size: 131072 | Author: 朱笑愚 | Hits:

[Special Effectsbackmodel

Description: EM-GMM建立背景模型,用于运动物体检测,侵入检测等-EM-GMM background model set up for moving object detection, intrusion detection, etc.
Platform: | Size: 11583488 | Author: sxw | Hits:

[Special EffectsA-Fusing-Color-and-Gradient-Features-Approach-to-R

Description: 本文通过融合图像的颜色和梯度特征 ,实现了一种实时背景减除方法。首先融合颜色和梯度特征建立新的能量函数 然后基于图切割算法最小化能量函数 ,并对前景P 背景进行分割 最后使用光流验证前景区域的真实性 ,并更新背景模型。-  Based on the fusion of color and gradient features , this paper implement s a novel approach to real-time background subtraction.Firstly , an energy function is defined based on the fusion of color and gradient features. Secondly , the graph cut s based algorithm is employed to minimize energy function and segment the foreground. Finally , average optical flow is used to make inference about the validity of foreground regions , background models are then updated.
Platform: | Size: 787456 | Author: 巡洋舰 | Hits:

[Multimedia DevelopImage_Bib4

Description: This can be useful to Understand the Gaussian Mixture Model for Adaptive Background updation
Platform: | Size: 216064 | Author: Rajaram | Hits:

[Windows DevelopBib6

Description: This can be useful to Understand the Gaussian Mixture Model for Adaptive Background updation
Platform: | Size: 862208 | Author: Rajaram | Hits:

[Special EffectsGA2

Description: 用遗传算法解决了图像分割问题,将图像中的像素按灰度值用域值M分为两类图像,一类为目标图像,另一类为背景图像,经过几十次迭代后有助于缩小检索范围-Using genetic algorithms to solve the image segmentation problem, the image pixel gray value according to the value of M is divided into two categories with the domain images, one type is the target image, and the other as the background image, after dozens of iterative help on narrow your search
Platform: | Size: 464896 | Author: 宁国富 | Hits:

[GUI DevelopMFCTabCtrlDlg

Description: tab control 单调的背景颜色是不是很令人烦躁啊?不用愁,看了你就明白啦。 (TNND,琢磨了我半天终于搞定了,与大家分享之,希望能给你帮助)-How To Change the Background Color of a Tab Control
Platform: | Size: 1910784 | Author: 陈向东 | Hits:

[Special EffectsWebCam(1)

Description: Matlab 和 Simulink 开发视频和图像处理系统\视频读取并提取目标背景-Matlab and Simulink development of video and image processing systems \ video to read and extract the object-background
Platform: | Size: 63488 | Author: zhulin | Hits:

[ApplicationsBackgroundSegmentation

Description: Background segmentation example in c#
Platform: | Size: 762880 | Author: vlad | Hits:

[Windows Developbgfg_codebook

Description: Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you *have* to have one of the video windows be active // and NOT the consule window. // // Gary Bradski Oct 3, 2008. // /* *************** License:************************** Oct. 3, 2008 Right to use this code in any way you want without warrenty, support or any guarentee of it working. BOOK: It would be nice if you cited it: Learning OpenCV: Computer Vision with the OpenCV Library by Gary Bradski and Adrian Kaehler Published by O Reilly Media, October 3, 2008 AVAILABLE AT: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 ************************************************** */-Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you*have* to have one of the video windows be active // and NOT the consule window. // // Gary Bradski Oct 3, 2008. // /**************** License:************************** Oct. 3, 2008 Right to use this code in any way you want without warrenty, support or any guarentee of it working. BOOK: It would be nice if you cited it: Learning OpenCV: Computer Vision with the OpenCV Library by Gary Bradski and Adrian Kaehler Published by O Reilly Media, October 3, 2008 AVAILABLE AT: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 ***************************************************/
Platform: | Size: 3072 | Author: Jason | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net