-
two
数字图象水印的嵌入及提取,MATLAB源程序,初学者的水平(Digital image watermark embedding and extraction, MATLAB source code, beginner level)
- 2008-02-28 15:21:11下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
kdtree1.2
kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。(kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented include kd-tree building and nearest points searching and so on.)
- 2010-07-17 15:44:11下载
- 积分:1
-
matlab
说明: 这是matlab的根轨迹程序代码,很好很好的代码(This is the root locus matlab code, very good very good code)
- 2010-03-30 15:20:15下载
- 积分:1
-
CORDICvFinal
matlab中CORDIC算法用来开方,在0~2之间精度很高(matlab CORDIC algorithm is used in prescribing between 0-2 high precision)
- 2015-02-11 18:08:45下载
- 积分:1
-
中心差分法
说明: 运动方程中的速度向量和加速度向量用位移的某种组合来表示,将微分方程组的求解问题转化为代数方程组的求解问题,并在时间区间内求得每个微小时间区间的递推公式,进而求得整个时程的反应。 中心差分法是一种显示的积分法,它基于用有限差分代替位移对时间的求导(即速度和加速度)。(Velocity vectors and acceleration vectors in motion equations are expressed by a combination of displacements. The problem of solving differential equations is transformed into the problem of solving algebraic equations. The recurrence formulas of each small time interval are obtained in the time interval, and then the response of the whole time interval is obtained. The central difference method is a display integration method, which is based on the finite difference method instead of the displacement derivative of time (i.e. velocity and acceleration).)
- 2019-02-18 15:55:06下载
- 积分:1
-
ga
说明: Genetic Algorithm For Optimization.
- 2010-08-10 21:26:39下载
- 积分:1
-
matlab_v
Motion Tracking
===============
This tarball contains all code required to run the tracking algorithm
on a sequence of images. Run the file run_tracker.m in Matlab and
follow the instructions. You will need to have a directory of
sequentially numbered images available. After entering the path and
file types the tracker will begin processing. Once the data window
appears the algorithm begins building a background model and attempts
to track objects. By clicking on any of the four subwindows you can
investigate the background representation (a Mixture of Gaussians) of
any pixel. The two windows that then appear display the mixture once
as a two-dimensional scatter plot (ignoring the blue colour
component), and once as a one-dimensional evolution of the red colour
component only. These plots make the internal processing visible and
should help determining suitable parameters to be set in
mixture_parameters.m.
- 2009-10-07 14:48:37下载
- 积分:1
-
kfvsskf
该Matlab程序给出了Schmidt-Kalman filter和标准Kalman filter之间的性能对比,不是函数的形式,是直接的可执行程序,如有需要,直接更改文件中的参数就可以了(The Matlab program gives the Schmidt-Kalman filter and standards of performance comparison between the Kalman filter is not a function of the form is directly executable program, if necessary, change the file directly to the parameters can be a)
- 2009-12-19 13:26:55下载
- 积分:1
-
ComplexExponentialMethod
Complex Exponential Method for extracting modal properties of a structure.
- 2013-12-03 08:31:25下载
- 积分:1