搜索资源列表
inserted
- 读入一个视频序列中的任意两帧,对这两帧图像进行运动估计(全搜速方法),并且利用得到的运动矢量进行插值重建处于这两帧中间位置的图像。
LMS
- 最小均方(LMS)自适应算法就是一中已期望响应和滤波输出信号之间误差的均方值最小为准的,依据输入信号在迭代过程中估计梯度矢量,并更新权系数以达到最优的自适应迭代算法。LMS算法是一种梯度最速下降方法,其显著的特点是它的简单性。这算法不需要计算相应的相关函数,也不需要进行矩阵运算。
NLMS
- 若不希望用与估计输入信号矢量有关的相关矩阵来加快LMS算法的收敛速度,那么可用变步长方法来缩短其自适应收敛过程,其中一个主要的方法是归一化LMS算法(NLMS算法),变步长 的更新公式可写成 W(n+1)=w(n)+ e(n)x(n) =w(n)+ (3.1) 式中, = e(n)x(n)表示滤波权矢量迭代更新的调整量。为了达到快速收敛的目的,必须合适的选择变步长 的值,一个可能策略是尽可能多地减少瞬时平方误差,即用瞬时平方
neural-network-back-propagation-algorithm
- 每一个训练范例在网络中经过两遍传递计算:一遍向前传播计算,从输入层开始,传递各层并经过处理后,产生一个输出,并得到一个该实际输出和所所需输出之差的差错矢量;一遍向反向传播计算,从输出层至输入层,利用差错矢量对权值进行逐层修改。BP算法有很强的数学基础,戏剧性地扩展了神经网络的使用范围,产生了许多应用成功的实例,对神经网络研究的再次兴起过很大作用。
ZUIDUAN
- 本文提出了一种基于矢量角度的最短路径搜索算法,设计出一种类似于面向对象的数据存储结构来存储网络图中的节点及弧段对象,在最短路径的搜索上引入矢量夹角标量值做为搜索因子,充分利用了网络图中各点元素和线元素间的拓扑关系,提高了搜索的趋势性,同时还考虑了各弧段的长度值(或权值),较好的将网络图中对象的空间信息和属性信息相结合
inserted
- 读入一个视频序列中的任意两帧,对这两帧图像进行运动估计(全搜速方法),并且利用得到的运动矢量进行插值重建处于这两帧中间位置的图像。-Reading into a video sequence of arbitrary 2, the two-fr a me image motion estimation (full-speed search method), and the utilization of the motion vector
LMS
- 最小均方(LMS)自适应算法就是一中已期望响应和滤波输出信号之间误差的均方值最小为准的,依据输入信号在迭代过程中估计梯度矢量,并更新权系数以达到最优的自适应迭代算法。LMS算法是一种梯度最速下降方法,其显著的特点是它的简单性。这算法不需要计算相应的相关函数,也不需要进行矩阵运算。-Minimum mean-square (LMS) adaptive algorithm is that one has to respond to the
NLMS
- 若不希望用与估计输入信号矢量有关的相关矩阵来加快LMS算法的收敛速度,那么可用变步长方法来缩短其自适应收敛过程,其中一个主要的方法是归一化LMS算法(NLMS算法),变步长 的更新公式可写成 W(n+1)=w(n)+ e(n)x(n) =w(n)+ (3.1) 式中, = e(n)x(n)表示滤波权矢量迭代更新的调整量。为了达到快速收敛的目的,必须合适的选择变步长 的值,一个可能策略是尽可能多地减少瞬时平方误差,即用瞬时平方
vmf1
- 矢量中值滤波器(Vector Median Filter) 考虑彩色图像三个分量之间的联系。- Vector Median Filter (Vector Median Filter) consider color images of the contact between the three subscales.
fiter
- 一种矢量中值滤波器,比标量中值滤波器能得到更好的处理效果,用VC实现-A vector median filter over the scalar median filter can be a better treatment effect, using VC implementation
EVM
- 该算法是经典的信噪比估计算法——误差矢量幅值法,通过计算接收信号中同相分量和正交分量的二、四阶矩,该算法能够很好的估计信号的信噪比-The algorithm is a classic signal to noise ratio estimation algorithm- the error vector magnitude method, by calculating the received signal with the phas
vmfilter
- MATLAB矢量中值滤波器仿真实现(vmf)。-Vector Median Filter MATLAB simulation (vmf).
DLCY
- 矢量控制中电流采样值的定点Q格式处理方案与汇编实现-Vector control in the current sample value of the fixed point Q format to deal with the compilation of programs to achieve
zhongzhilvbo
- 通过分析彩色图像滤波的一般方法,提出了一种基于矢量中值滤波的改进算法。该算法融合了线性均值滤波和非线性矢量中值滤波两种方法,大大降低了运算复杂度,同时对脉冲噪声和高斯噪声有好的抑制作用,能有效地保护图像的边缘信息,滤波后不会出现新的颜色。另外本算法的运算复杂度随着滑动窗的增大而缓慢增加,使其能够达到滤波效果和运算复杂度的有效平衡。-By analyzing the general method of color image filter
whole_search_and_three-step_search
- 用matlab实现了图像通信中的全搜索算法与三步搜索算法这两种运动估值算法,给出了运动矢量图,对两种方法的计算复杂度和搜索性能进行了客观的比较。-Matlab image communication achieved by the full search algorithm in the three-step search algorithm with the two motion estimation algorithms, give
Smooth_Vector.cpp
- matlab与C混编,mex中图像运动矢量平滑滤波,加权中值滤波。-matlab and C mixed, mex in the image motion vector smoothing filter, weighted median filter.
SNR
- 资料中介绍了几种经典信噪比估计算法的编码并进行比较,包括误差矢量幅值法、最大似然估计、迭代法以及奇异值分解法。-Data introduces several classical coding SNR estimation algorithm and compared, including error vector magnitude, maximum likelihood estimation, iterative method an
ysmx
- 在matalb中生成一个四层的矢量中值滤波模型,可以进行分析等等,对于比较标量中值滤波很有效果-Generate a four-vector median filter model in matalb can be analyzed, etc., for comparative scalar median filter is very effective
qzvmfilter
- 基于空间距离加权的矢量中值滤波器考虑了R、G、B三分量的关系,提高了图像滤波性能-The vector median filter based on spatial distance weighting takes into account the relation of three components of R, G and B, and improves the filtering performance of the image
新建文件夹
- 基于彩色图像的矢量中值滤波算法 对矢量中值滤波器的改进(Vector median filtering algorithm based on color image Improvement of vector median filter)