搜索资源列表
A1rard
- 自适应核密度估计运动检测方法 提出一种自适应的核密度(kernel density estimation, KDE)估计运动检测算法. 算法首先提出一种自适应前景、背景阈值的双阈值选择方法, 用于像素素分类. 该方法用双阈值能克服用单阈值分类存在的不足, 阈值的选择能自适应进行, 且能适应不同的场景. 在此基础上, 本文提出了基于概率的背景更新模型, 按照像素的概率来更新背景, 并利用帧间差分背景模 -Adaptive kernel density estimation motion det
Parzen-window
- 这是一个有关parzen窗估计的代码,用来估计概率密度函数。采用了方窗、指数窗、高斯窗函数三种核函数,附有matlab程序。-This is an estimate of the code related to parzen window, used to estimate the probability density function. With a side window, the index window, Gaussian window function three kinds of
KernelDensityEstimation
- 实现k维度的核密度估计,包含了点积核和常规核函数的实现-implement k-dimensional kernel density estimation, supports product kernels ,Gausiankernel 。
Kernel-Density-Estimator
- 核密度估计的源码,kernel density estimation,从官方渠道获得-Source kernel density estimation, kernel density estimation
KernelDensityEstimation
- 核密度估计的Python源代码,用于核方法估计-Kernel Density Estimation
MutualInfo
- 通过高斯核密度估计计算多元变量之间的互信息熵-The mutual information entropy between multivariate variables is calculated by Gaussian kernel density estimation
canshuguji
- 参数估计对某一班级学生成绩进行统计分析,并绘制核密度函数,进行检验。-It is estimated that the results of a class are analyzed and the nuclear density function is plotted and tested
Nonparametric kernel density
- 计算数据的累计概率密度,采用三次样条插值计算分位点的值,区间预测,里面有具体程序及相关文献。(The cumulative probability density of the calculated data is calculated by three spline interpolation)
盲源分离
- 常用的盲分离算法有二阶统计量方法、高阶累积量方法、信息最大化( Infomax )以及独 立成分分析( ICA )等。这些方法取得最佳性能的条件总是与源信号的概率密度函数假设有关, 一旦假设的概率密度与实际信号的密度函数相差甚远,分离性能将大大降低。本文提出采用 核函数密度估计的方法进行任意信号源的盲分离,并通过典型算例与几种盲分离算法进行了 性能比较,验证了方法的可行性。(The commonly used blind separation algorithms include
matlab二维核密度估计kde2d
- 二维核密度估计代码的代码,能够提供二维的概率估计(two-dimensional kernal density estimation)
meanshift
- meanshift算法属于核密度估计法,不需要任何先验知识而完全依靠特征空间中样本点的计算其密度函数值。.