-
edgedetect
本程序利用matlab来实现基于小波变换的多尺度图像边缘检测。(This word use matlab to detect edge especially based on Wavelet Transform。)
- 2009-05-22 10:45:46下载
- 积分: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
-
four-fast-Fourier-transform
通过对基4快速傅里叶的介绍,使用matlab实现了基4快速傅里叶变化(Through the radix-4 Fast Fourier presentation, using matlab to achieve a base four fast Fourier transform)
- 2013-10-30 17:00:07下载
- 积分:1
-
mmc1
用于地球物理中重力和磁力位场边界提取的几个常用的算法,包含数据处理,建模,和滤波。(Gravity and Magnetic Data Mapping, Processing, Modeling and Filtering Software.)
- 2014-01-08 13:22:34下载
- 积分:1
-
20081516
求传函的能控能观阵,以及初值的计算。程序简单易懂,旁边附有说明(Transfer function of the energy demand can watch the control and calculation of initial value)
- 2011-05-07 10:37:58下载
- 积分:1
-
t-shirt
Awsome application on html to create awsome t-shirts
- 2014-12-03 04:24:04下载
- 积分:1
-
MAT5HermanMinkowski
Herman Minkowski Image Processing Correlation using Matlab
- 2015-01-25 09:04:01下载
- 积分:1
-
ksfft
对.prn文件的数据进行fft变换并显示出图形(Fft transform and shows graphical. Prn file data)
- 2012-11-14 22:05:39下载
- 积分:1
-
ErlangC
Erlang C formula expresses the probability that an arriving customer will need to queue.
- 2015-04-17 18:21:19下载
- 积分:1
-
FCMPCMclusterinalgorithmMATLABprocedures
FCM,PCM聚类算法MATLAB程序,简单但能运行(FCM, PCM clustering algorithm MATLAB procedures, but easy to run)
- 2021-04-18 16:48:52下载
- 积分:1