-
basic_snake
最基础的snake检测轮廓边缘方法的代码,用matlab编写,注释清晰完整。(The snake most basic outline of the edge detection method code, matlab written comments clear and complete.)
- 2011-04-25 10:33:27下载
- 积分:1
-
gscale
GSCALE Scales the intensity of the input image.
G = GSCALE(F, full8 ) scales the intensities of F to the full
8-bit intensity range [0, 255]. This is the default if there is
only one input argument.
G = GSCALE(F, full16 ) scales the intensities of F to the full
16-bit intensity range [0, 65535].
G = GSCALE(F, minmax , LOW, HIGH) scales the intensities of F to
the range [LOW, HIGH]. These values must be provided, and they
must be in the range [0, 1], independently of the class of the
input. GSCALE performs any necessary scaling. If the input is of
class double, and its values are not in the range [0, 1], then
GSCALE scales it to this range before processing.
The class of the output is the same as the class of the input.
Copyright 2002-2004 R. C. Gonzalez, R. E. Woods, & S. L. Eddins
Digital Image Processing Using MATLAB, Prentice-Hall, 2004
$Revision: 1.5 $ $Date: 2003/11/21 14:36:09 $
- 2014-10-07 09:10:58下载
- 积分:1
-
ZSOURCE INVERTER
说明: A Z-source inverter is a type of power inverter, a circuit that converts direct current to alternating current. It functions as a buck-boost inverter without making use of DC-DC converter bridge due to its unique circuit topology.
- 2021-02-13 04:39:45下载
- 积分:1
-
ppca
有关PPCA的计算程序,具体可见内部文件及说明,程序比较经典,很值得参考!(the PPCA the calculation procedures, visible and internal documents show that classical procedures that it is worthy reference!)
- 2006-10-26 16:07:00下载
- 积分:1
-
QAM
QAM system in matlab
- 2009-03-17 19:47:20下载
- 积分:1
-
Gauss_Seidel
一种非线性代数方程组的迭代解法。最早用于解算电力系统潮流。这种方法具有程序编制简单、占用内存少的优点,但算法收敛性差,计算时间长。(In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Friedrich Gauss and Philipp Ludwig von Seidel, and is similar to the Jacobi method. Though it can be applied to any matrix with non-zero elements on the diagonals, convergence is only guaranteed if the matrix is either diagonally dominant, or symmetric and positive definite. It was only mentioned in a private letter Gauss to his student Gerling in 1823.[1] A publication was not delivered before 1874 by Seidel.)
- 2014-11-20 22:12:52下载
- 积分:1
-
parameters_2_story(1)
说明: 此代码是2个自由度的bouc-wen模型代码,如有漏洞,敬请指出(This code is a Bouc-Wen model code with 2 degrees of freedom. If there is a loophole, please point out)
- 2020-12-02 19:49:26下载
- 积分:1
-
draw1
雨量预测 用Matlab软件画出给定区域的
平面曲面图形.(Using Matlab software to draw a given region of the flat surface graphics.)
- 2009-09-06 01:07:18下载
- 积分:1
-
hgnh
数学建模中回归法拟合(包括初步回归,逐步回归和二元二项回归)的matlab程序(Mathematical Modeling in the return fitting (including the initial regression, stepwise regression and binary regression 2) the matlab program)
- 2009-05-17 19:50:15下载
- 积分:1
-
MLalgorithm
先得到一个定位初始估计值,再利用建立最大似然方程对这个定位初始估计值进行修正,从而得到更优定位结果值,方法更接近于最大似然方法。(Get the a position initial estimate, re-use to establish the maximum likelihood equations corrected for positioning the initial estimates, resulting in better positioning the resulting value is closer to the maximum likelihood method.)
- 2013-05-17 16:21:02下载
- 积分:1