-
beijing03
背景提取,迭代法(Surendra算法);即采用帧差的方法,一帧图像减去前一帧图像,即可以对比得到图像中变化(移动)的区域,扣除移动的区域,即得到不动的背景。采用多帧图像迭代的方法,得到更加准确的背景。(Background extraction, iterative method (Surendra algorithm) frame difference method is used, an image by subtracting the previous frame, which can receive the image contrast change (movement) of the area, less the area of movement, that is obtained immovable background. Multi-frame image iteration method, to be more accurate background.)
- 2013-05-23 20:12:17下载
- 积分:1
-
Quire
QUIRE算法用于主动学习,通过信息询问和代表样本来实现。(QUIRE is a package for active learning by querying informative and representative examples. )
- 2012-02-13 13:12:32下载
- 积分:1
-
lmsadaptivefilteringdemo
LMS自适应滤波的演示程序
LMS自适应滤波的演示程序(LMS adaptive filtering LMS adaptive filtering demo demo)
- 2010-08-15 00:18:20下载
- 积分:1
-
extr
求波形的峰值,可以求出一组数据中的峰值,并且数据的峰值可以有很多个。(Seeking the peak of a waveform, can be calculated in a set of data in the peak, and the data of the peak there can be many。)
- 2012-04-09 20:24:29下载
- 积分:1
-
BLAC_1
simulink example of vector control PMSM motor
- 2009-09-08 04:37:37下载
- 积分:1
-
FM_NB_Harmonics
Generate BASK Signals
- 2013-08-09 10:38:07下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
piegao_v21
利用最小二乘法进行拟合多元非线性方程,最小二乘回归分析算法,计算目标和海洋回波的功率谱密度。( Multivariate least squares fitting method of nonlinear equations, Least-squares regression analysis algorithm, Calculating a target and ocean echo power spectral density.)
- 2016-08-22 17:32:24下载
- 积分:1
-
男女声在线识别
说明: 该例程实现了男女声音识别的算法,识别准确率较高(This routine realizes the algorithm of male and female voice recognition, and the recognition accuracy is high.)
- 2019-04-29 00:29:39下载
- 积分:1
-
JZ3
说明: matlab均值平滑滤波器(3*3模板)(matlab mean smoothing filter (3* 3 templates))
- 2011-04-06 18:47:01下载
- 积分:1