-
otsu_2
说明: 适用Otsu方法做阈值分析。阈值决策的依据是最大类间方差,这种方法的依据就是类间方差,本程序仅仅适用与二分类问题。(thresholding algorithm using Otsu)
- 2011-03-01 14:54:09下载
- 积分:1
-
facedetection
人脸检测程序,只能针对单人,内附一些图片(Face detection process, only for a single person, enclosing some pictures)
- 2011-06-14 20:01:26下载
- 积分: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
-
Stateflow
Stateflow逻辑系统建模,对于学习simulink 状态流图很有帮助(Stateflow matlab)
- 2014-12-29 16:25:43下载
- 积分:1
-
band gap of photonic rystal
计算二维光子晶体的带隙和能带面,适合comsol3.5版本(Calculation of band gap and band surface of photonic crystal)
- 2017-12-24 11:09:13下载
- 积分:1
-
autoyuzhi
利用迭代方法自动确定图像目标分割阈值。程序包内有matlab源程序,示例图片及运行结果比较。(Iterative method automatically determines the image object segmentation threshold. Matlab source code within the package, sample images, and operations were.)
- 2010-07-14 10:44:06下载
- 积分:1
-
rn
说明: iris fisher classifier
- 2012-05-02 00:08:20下载
- 积分:1
-
C2G2FSnake
this program treat image processing and segmentation methods and can help for functions which concern segmentation, snakes (active contours)
- 2014-08-31 01:16:38下载
- 积分:1
-
matlabjiaocheng
matlab电子书教程,非常适合初学者使用(matlab ebook tutorial, very suitable for beginners)
- 2014-12-09 12:38:14下载
- 积分:1
-
readmit
该压缩包内含美国麻省理工学院的MIT数据库的读取调用程序,以及mit数据库本身,基本上研究心电的学者都要用到这个数据库和调用程序,所以可免去心电研究者寻找数据库以及调用数据库的烦恼(The package includes the MIT Massachusetts Institute of Technology called the procedures to read the database, as well as mit database itself can be removed from the database area as well as the researchers call the database to find the trouble)
- 2009-05-05 18:27:11下载
- 积分:1