-
daima
用于图像增强,各种变换的图像增强以及部分空间滤波程序(For image enhancement, transform image enhancement and spatial filtering program)
- 2013-05-11 16:45:06下载
- 积分:1
-
432soft
(3,1,3)ES/EB CODE SHIFT
- 2012-02-01 22:53:20下载
- 积分:1
-
extr
Hilbert-huang极值和zero-crossing(Hilbert-huang extr和zero-crossing)
- 2011-07-21 10:58:51下载
- 积分:1
-
eign6115
MATLAB潮流计算(MATLAB flow calculation)
- 2008-05-18 13:08:03下载
- 积分:1
-
sv22
地震SV波的源代码,得出反射系数,透射系数,转换波的反射系数,透射系数等(SV wave seismic source code, come the reflection coefficient, transmission coefficient, reflection coefficient, transmission coefficient converted waves, etc.)
- 2014-01-01 20:59:22下载
- 积分:1
-
kanggongji
水印抗攻击测试,基于小波变换,用于检测加入水印后图像的鲁棒性(Watermark anti-attack test for the detection of the robustness of the watermarked image based on wavelet transform)
- 2013-05-15 19:53:08下载
- 积分:1
-
Matlab-time-freq-analysis-toolbox
matlab时频分析工具箱,包括各种时频分析函数(matlab time-frequency analysis toolbox, including a variety of time-frequency analysis functions)
- 2013-07-31 16:47:36下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
Gestion
Ce programme a pour rô le la gestion d une scolarité, il a plusieurs fonctionnalités : ajout/suppression d un enseignant, ajout/suppression d un étudiant, ajout/suppression d un module, ajout/suppression d une filière.
- 2015-04-16 07:07:04下载
- 积分:1
-
monocrome
make image RGB to monocrhome
- 2012-01-19 13:45:55下载
- 积分:1