-
rspcafnni
创建人脸识别库的matlab函数,分为学习集和测试集(Create a face recognition matlab function library is divided into learning set and test set)
- 2009-06-03 10:41:09下载
- 积分:1
-
example72
sliding mode controller slotine example 7-2
- 2014-08-14 14:21:58下载
- 积分:1
-
pade
pade(1,1)抛物方程求雷达散射截面(RCS),程序显示总场 ,散射场,以及0—40度的RCS(pade (1,1) parabolic equation seeking radar cross section (RCS), the program displays the total field, scattering field, and 0-40 degrees RCS)
- 2015-09-15 11:11:03下载
- 积分:1
-
SHARP
锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出(Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel operator design, some features of the image (such as edge, contour, etc.) can be further enhanced and prominent)
- 2009-04-23 10:34:59下载
- 积分:1
-
matlabPID
使用matlab实现PID控制的源码,使用simulink(The realization of the use of PID control matlab source, using simulink)
- 2009-05-30 01:02:33下载
- 积分:1
-
multiple_object_tracking_matlabcode(3D)
多目标跟踪 (三维)-算法matlab编制(multi-target tracking (3D)- preparation algorithm Matlab)
- 2021-03-10 19:49:26下载
- 积分:1
-
ICPfull
matlab完美实现ICP(迭代最近点算法)算法,功能强大,适合匹配数据点(matlab perfect realization of ICP (iterative closest point algorithm) algorithm, a powerful, data points for matching)
- 2011-11-15 13:40:05下载
- 积分: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
-
longbeige
本程序是基于matlab的龙贝格积分数值方法。(This program is Romberg integral numerical methods matlab based.)
- 2015-03-09 09:40:48下载
- 积分:1
-
Adaptive-Filters---S.H-Sayed-part2
Ali H. Sayed 2008编写的Adaptive filters一束是经典的介绍滤波器的书籍。又是文件太大,只能分部分上传,这是第二部分。(Ali H. Sayed 2008 Adaptive filters write a bunch of classic books introduce filters. Another file is too large to upload only in parts, this is the second part.)
- 2015-03-29 20:15:56下载
- 积分:1