搜索资源列表
-
0下载:
为了对光线变化的图像进行顺利侵害,提出了一
种利用贝叶斯学习方法来进行视频图像分割的算法,印先在每个像素点处对不断变化的背景建模,同时计算每个像素点
处的颜色直方图,再用这些直方图来表示该像素点处特征向量的概率分布,然后用贝叶斯学习方法来进行判断,以确定在光线缓慢或者突然变化的时候,每个像素点是属于前景还是属于背景。-In order to change the image of light against a smooth, a Bayesian learning approach t
-
-
0下载:
The paper is about bounds for LDPC and LDGM codes under MAP. A new method for analyzing low density parity check (LDPC) codes and low density generator
matrix (LDGM) codes under bit maximum a posteriori probability (MAP) decoding is
introduced. T
-
-
0下载:
贝叶斯学习理论使用概率去表示所有形式的不确定性,学习和推理都通过概率规则来实现。-Bayesian learning theory using the probability that all forms of uncertainty, learning and reasoning by probability rules . Bayesian learning , the results of the probability distribution of random variables ,
-
-
0下载:
Eigenfaces are a set of eigenvectors used in the computer vision problem of human face recognition. The approach of using eigenfaces for recognition was developed by Sirovich and Kirby (1987) and used by Matthew Turk and Alex Pentland in face classif
-
-
0下载:
合稀疏贝叶斯学习(SBL)和可压缩传感理论(CS),给出一种在噪声测量条件下重建可压缩图像的方法。该方法将cS理论中图像重建过程看作一个线性回归问题,而待重建的图像是该回归模型巾的未知权值参数;利用sBL方法对权值赋予确定的先验条件概率分布用以限制模型的复杂度,并引入超参数-
Hop sparse Bayesian learning ( SBL ) and compressible sensing theory ( CS ) , give a compressible image recon
-
-
0下载:
In queueing theory, a discipline within the mathematical theory of probability, Buzen s algorithm (or convolution algorithm) is an algorithm for calculating the normalization constant G(N) in the Gordon–Newell theorem. This method was first proposed
-
-
0下载:
In probability theory, the normal (or Gaussian) distribution, is a continuous probability distribution that is often used as a first approximation to describe real-valued random variables that tend to cluster around a single mean value. The graph of
-
-
0下载:
基于MATLAB提供的函数,帮助初学者使用概率统计函数,以及计算概率分布函数的参数。-Based on MATLAB provides functions to help beginners to use probability and statistics functions, and to calculate the probability distribution function parameters.
-
-
0下载:
基于多特征的AdaBoost行人检测算法, 提出一种融合灰
度和轮廓信息的新的多特征综合表示方法. 该方法通过统计样本的权重直方图建立分类模
型, 并用多个直方图的乘积表示样本在多特征下对应的联合概率分布-AdaBoost pedestrian detection algorithm based on multi-feature, presents a fusion of grayscale and contour information of the new multi-feature
-
-
0下载:
Statement and form of MATLAB in the probability distribution on the common density function
-
-
0下载:
Probability distribution function of standard distribution codes for communication engineering students to understand the concept of statistical analysis.
-
-
0下载:
Probability distribution function codes for communication engineering students to understand the concept of statistical analysis.
-
-
0下载:
粒子滤波算法在非线性系统中得到了广泛的应用,其精度取决于目标概率函数和重要性函数是否相近,并且样本退化问题也影响了算法的性能。针对粒子滤波算法中样本退化的问题,本文提出一种基于奇异值分解的粒子滤波算法。该算法通过使用奇异值分解方法得到的重要性概率密度函数更接近于目标概率分布,降低样本退化的影响,提高了滤波器的精度,然后在列车组合定位系统的数学模型中应用该算法进行仿真实验。 -Particle filter algorithm for nonlinear systems is widely use
-
-
0下载:
This documents has the standard normal table in PDF format that can help you in the probability distribution functions
-
-
0下载:
propose using a probability distribution function (PDF)
of throughput measurements and an estimate of the number
of covered and uncovered users of each cell considered for
optimization in order to construct an objective function which
is bett
-
-
0下载:
A code for addition of random variable with different probability distribution.hope it will be useful
-
-
0下载:
实验报告,实现:对于混合高斯分布的情况,使用最大期望算法,通过不断计算每个样本的均值与方差,使得似然函数达到最大值。可以很好地处理满足一定概率分布的数据。
代码中通过mvnrnd()函数,设定其中的参数,产生符合混合高斯分布的一组数据集。-Lab reports, to achieve: the case of the mixed Gaussian distribution, using expectation-maximization algorithm, through continuo
-
-
0下载:
probability distribution
-
-
0下载:
Probability Distribution Estimation for Autoregressive Pixel-predictive Image Coding
-
-
0下载:
i_tmp=int32((x(i)-minx)/xfd)+1;
j_tmp=int32((y(i)-miny)/yfd)+1;
z_tmp=int32((z(i)-minz)/zfd)+1;
cntxy=tjxy(i_tmp,j_tmp );
cntxz=tjxz(i_tmp,z_tmp );
cntyz=tjyz(j_tmp,z_tmp );
cntxyz=tjxyz(i_tmp,j_tmp,z_tmp );
tjxy
-