Shift

共 220 篇文章
Shift 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 220 篇文章,持续更新中。

synthesizable code for shift register of user defined size

synthesizable code for shift register of user defined size

分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时

分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。

mean shift 分割

mean shift 分割,matlab 代码,不错

this is mean shift one of image processing famous segmentation techniques, it is programmed in matla

this is mean shift one of image processing famous segmentation techniques, it is programmed in matlab

Shift register verilog code

Shift register verilog code

The double-density DWT is an improvement upon the critically sampled DWT with important additional p

The double-density DWT is an improvement upon the critically sampled DWT with important additional properties: (1) It employs one scaling function and two distinct wavelets, which are designed to be o

mean-shift. pointer sample

mean-shift. pointer sample

Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它

Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均

cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos,

psk to DPSK conversion (absolute phase shift keying to the relative phase shift keying conversion)

psk to DPSK conversion (absolute phase shift keying to the relative phase shift keying conversion)

基于Mean Shift算法和Particle Filter算法的目标跟踪学位论文:讨论了MeanS hift算法(均值偏移)和粒子滤波算法(Particle Filter)

基于Mean Shift算法和Particle Filter算法的目标跟踪学位论文:讨论了MeanS hift算法(均值偏移)和粒子滤波算法(Particle Filter),分析了两种算法的特点;,分析了用运动目标检测提取目标运动特征的技术,通过增加对目标特征描述信 息,提高跟踪健壮性,并在以颜色直方图描述颜色特征的基础上,融合了目标的运动特征,设计了一种基于运动特征和颜色特征多特征融合的粒子

学位论文;运动物体跟踪方法主要包括卡尔曼滤波

学位论文;运动物体跟踪方法主要包括卡尔曼滤波,Mean-shift,Camshifi算法,粒子滤波器,Snake模型等;应用卡尔曼滤波方法设计了一套煤矿矿工出入自动监测系统;提出了一种新的基于高斯混合模型的颜色特征提取方法,该方法克服了现有的Camshift算法Continuousl y Adaptive eanshift中跟踪目标特征提取精确度低和计算复杂度高的缺陷

script for generting transmit waveforms in a minimum shift keying, a form of continuous phase freque

script for generting transmit waveforms in a minimum shift keying, a form of continuous phase frequency shift keying

讲述mean shift在目标跟踪方面的应用

讲述mean shift在目标跟踪方面的应用,阐述其基本原理。

* The keyboard is assumed to be a matrix having 4 rows by 6 columns. However, this code works for an

* The keyboard is assumed to be a matrix having 4 rows by 6 columns. However, this code works for any * matrix arrangements up to an 8 x 8 matrix. By using from one to three of the column inputs, the

双系统用户 粘滞键漏洞 Shift按五下轻松破解Vista登陆密码

双系统用户 粘滞键漏洞 Shift按五下轻松破解Vista登陆密码

iic总线控制器VHDL实现 -- VHDL Source Files: i2c.vhd -- top level file i2c_control.vhd -- control

iic总线控制器VHDL实现 -- VHDL Source Files: i2c.vhd -- top level file i2c_control.vhd -- control function for the I2C master/slave shift.vhd -- shift register uc_interface.vhd -- uC interf

Images with Uncertainty Efficient Algorithms for Shift, Rotation, Scaling, and Registration, and The

Images with Uncertainty Efficient Algorithms for Shift, Rotation, Scaling, and Registration, and Their Applications to Geosciences (2007).pdf

mean shift

mean shift

均值漂移算法的详细介绍

均值漂移算法的详细介绍,论证均值漂移算法的收敛性,介绍mean-shift算法在图像分割,目标跟踪领域的应用