-
cdf_speedups
一个打开cdf格式文件的程序,很好用!一个打开cdf格式文件的程序,很好用!比nasa的好一点。(cdf read m files)
- 2011-01-17 18:59:08下载
- 积分:1
-
rk
说明: 4阶龙格库塔解解微分方程,源程序的编写资料的详细功能(Runge kutta)
- 2013-11-14 18:40:44下载
- 积分:1
-
从图像中,图像滤波去除噪声:噪声去除,锐化,模糊
应用背景图像恢复中的一个目标就是去除图像中的噪声,使图像的“原始”图像识别。当然,“噪音”是在旁观者的眼睛;消除“噪音”从杰克逊波洛克画会大大降低其价值。然而,一种方法是决定在一个非常小的范围内,在图像中存在的特征是噪声,并消除这些,同时保持较大的功能,可能有助于“清理的事情”。一个很好的旅行的方法是平滑的图像。最简单的这样的版本是用相邻像素值的平均值来代替每个像素。如果我们这样做了几次,我们得到的图像在中间,如果我们做了很多次,我们得到的图像在右边。关键技术该算法将图像作为像素值的数组,并使用一个水平集方法跟踪等强度轮廓的演变。的核心思想在于“民/最大“速度函数的形式f = min(K,0)或F = max(K,0),其中k是曲率和F是法线方向的速度。的最小或最大的选择是由一个开关,这取决于本地的平均像素值在任何点控制。这将导致一个非常强大和简单的算法,它依赖于一个本地最近邻模板,有一个分层的噪声去除,并且,最重要的是,自动停止。一旦噪声被去除,该方案的继续应用不会导致更大的特性的进一步退化
- 2022-05-14 18:31:11下载
- 积分:1
-
code_tracking
GPSCA码跟踪,自己编写,可观察误码率,(GPSCA code tracking, I have written, the bit error rate can be observed,)
- 2010-11-22 16:41:11下载
- 积分:1
-
meanshiftprogram
均值偏移算法,在图象的平滑和分割方面是一种很有用的处理方法(mean deviation algorithm, the image smoothing and segmentation is a very useful approach)
- 2007-04-27 17:52:38下载
- 积分:1
-
Steganalysis-Based-on-dctdwt-space
基于SVM分类器的三域特征融合图像隐写分析算法。三域分别是指dct域,dwt域和空域。(A Steganalysis Based on the Fusion of Three-domain Features of Image and SVM (Support Vector Machines) Classifier.the three domain is the dct,the dwt and the space)
- 2011-09-15 09:30:37下载
- 积分:1
-
fixed-point
一种基于matlab程序不动点迭代程序算法(Based on the matlab program fixed point iteration algorithm)
- 2014-09-25 15:54:37下载
- 积分:1
-
Nonlinear
图像处理的MATLAB程序(教学使用)-非线性灰度变换法(MATLAB image processing procedures (Teaching)- linear gray level transformation method)
- 2014-01-02 14:03:11下载
- 积分:1
-
Singular-Value-Decomposition
奇异值分解matlab源代码,用于处理EEG信号进行奇异值分解(Singular Value Decomposition matlab source code for processing EEG signal singular value decomposition)
- 2021-03-25 11:19:14下载
- 积分:1
-
jpeg
the attached utility is a work I ve submitted to the university
It shows what a jpeg compression is all about.
the function implements the DCT transform, using a matrix operator.
note that matlab has a function for the DCT and iDCT transforms
that might be more efficient.(the attached utility is a work I ve submitted to the universityIt shows what a jpeg compression is all about.the function implements the DCT transform, using a matrix operator.note that matlab has a function for the DCT and iDCT transforms that might be more efficient .)
- 2008-01-11 15:05:19下载
- 积分:1