-
GMM高斯混合模型进行背景建模(Matlab)
转:https://blog.csdn.net/jinshengtao/article/details/26278725
混合高斯背景建模是基于像素样本统计信息的背景表示方法,利用像素在较长时间内大量样本值的概率密度等统计信息(如模式数量、每个模式的均值和标准差)表示背景,然后使用统计差分(如3σ原则)进行目标像素判断,可以对复杂动态背景进行建模,计算量较大。
在混合高斯背景模型中,认为像素之间的颜色信息互不相关,对各像素点的处理都是相互独立的。对于视频图像中的每一个像素点,其值在序列图像中的变化可看作是不断产生像素值的随机过程,即用高斯分布来描述每个像素点的颜色呈现规律单模态(单峰),多模态(多峰)(Gaussian mixture background modeling is a background representation method based on the statistical information of pixel samples. Statistical information such as the number of patterns, the mean and standard deviation of each pattern are used to represent the background. Statistical difference (such as 3_principle) is used to judge the target pixel. Complex dynamic background modeling has a large amount of computation.
In the Gaussian mixture background model, it is considered that the color information between pixels is uncorrelated and the processing of each pixel is independent of each other. For each pixel in a video image, the change of its value in a sequential image can be seen as a random process that produces pixel values continuously, i.e. Gaussian distribution is used to describe the regularity of color rendering of each pixel in single mode (single peak) and multi-mode (multi-peak).)
- 2020-11-01 09:49:54下载
- 积分:1
-
ERNSYMNTY
基于VisualC_和DCMTK的医学DICOM图像显示与调窗,同时在MFC 下完成鼠标拖动进行窗宽/窗位的调节(Medical image of DICOM VisualC_ and DCMTK display and window based on, at the same time in MFC complete the mouse to drag the window width/window regulator
)
- 2013-08-26 22:03:24下载
- 积分:1
-
232
实现运动目标的跟踪,首先用鼠标选取一个区域。之后能自动跟踪这个目标(Tracking of moving objects, first use the mouse to select a region. After automatic tracking of this objective)
- 2012-05-29 22:25:21下载
- 积分:1
-
ONEzj
说明: 根据Itti视觉注意模型得到图像的显著区域。本算法简单并且对一般简单的图像能够提取出比较好的显著区域。(According to Itti visual attention model are significant regions in the image. The algorithm is simple and easy on the general good image to extract a significant area.)
- 2010-04-03 16:52:02下载
- 积分:1
-
mean_shift_segmentation
mean shift图像分割软件,只能对灰度图像进行处理,如果对彩色图像进行处理,需要转换(mean shift image segmentation software, only for grayscale image processing, if the right color image processing, needs to be converted)
- 2010-03-02 14:40:29下载
- 积分:1
-
yuhuiweixiang
迂回位相全息图matlab程序,经测试能正常运行,并且全息图效果良好(Detour phase hologram matlab procedures, have been tested to normal operation, and good hologram effect)
- 2008-07-07 11:17:29下载
- 积分:1
-
imageMosaic
基于Harris角点检测的图像拼接matlab实现,
主要内容包括Harris角点检测,NCC,RANSAC以及2幅图像的拼接(A image mosaicing algorithem which based on Harris corner feature detection achieved in matlab.
The main contents include the Harris corner detector, the NCC, the RANSAC and two image mosaicing)
- 2012-04-04 04:17:33下载
- 积分:1
-
example1
基于DCT的数字视频水印源程序,Matlab编写,可以直接运行(DCT-based digital video watermarking source code, Matlab can be run directly)
- 2012-05-20 08:26:19下载
- 积分:1
-
chapter9
说明: 《数字图像处理与机器视觉:Visual C++与Matlab实现》5
图像分割,霍夫变换,Hough变换直线检测的Matlab实现(" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 5 image segmentation, Hough transform, Hough transform line detection of the Matlab implementation)
- 2010-04-22 09:15:40下载
- 积分:1
-
check_form
表單驗證
調用為
onBlur=checkform(fname1,fname2,types,value1,value2)
輸入框的驗證
onSubmit subt(this.id)
表單提交時的驗證
兩者需要一起使用
fname1=驗證的項目名
fname2=驗證的副項目名
types=驗證的方式
value1=驗證的值1
value2=驗證的值2
驗證的方式值:(多驗證方式用"|"分割 例: 1|2|3)
0.該值不能為空!
1.您輸入太短了!不能小於value1字符
2.您輸入太多了!不能超過value2字符!
3.你的兩次密碼不一至,請驗證!
4.您的輸入與要求不相符,該輸入只能在value1~value2之間!
5.您輸入的E_mail不正確!請重新輸入!
6.只能為數字
*/(calling for the certification form onBlur = checkform (fname1. fname2, types, value1, value2) input box test onSubmit subt (this.id) at the time of submission of the form Taken together need to verify the use of the test fname1 = fname2 = projects were validated by the deputy project were typ es = verifiable means value1 = the value of a certification value2 = 2 certification test the value of values : (multi-authentication "|" segmentation cases : 1 | 2 | 3) 0. The value can not be empty! 1. Your input is too short! value1 not less than two characters. You lose into too many! not more than value2 characters! 3. your password twice to different, Please validation! 4. Your input is not in line with requirements, The importation of only between value1- value2! 5. E_mail you enter )
- 2006-12-04 13:01:16下载
- 积分:1