资源列表
[matlab例程] GVF
说明:snake方法的主要局限性在于要求初始化要靠近期望的解和对边界的凹形部分的分割存在困难,GVF解决了这两个问题,并将其用于snake图像分割-The main limitation is the snake method requires initialization to be close to the desired solution and the boundary of the concave part of the division of the difficulty, GVF sol<liru> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[matlab例程] seyuyingshe-
说明:这个M文件是色域边界的描述的区域分割算法-This M-file is the color gamut boundary descr iption of the region segmentation<huxiaoxia> 在 2025-06-27 上传 | 大小:33kb | 下载:0
[数据结构常用算法] quicksort.tar
说明:快速排序的代码和一些简单应用,自己写的代码,交流而已,请多多指教-Quick Sort<yuwenbo> 在 2025-06-27 上传 | 大小:13kb | 下载:0
[数据结构常用算法] Data-structure-descripted-by-CPP
说明:C++描述的数据结构教程。 殷人昆主编,本书着重介绍面向对象数据结构设计。-C++ data structures described in tutorial. Yan Renkun editor, finished the book for learning C++ language and continue to strengthen the C++ syntax and object-oriented data structure design.<stanley> 在 2025-06-27 上传 | 大小:9.35mb | 下载:0
[matlab例程] matlab
说明:用matlab软件实现图像轮廓的提取,程序简单好用。-Matlab software using the image contour extraction procedures are simple and easy to use.< wangyuanlong> 在 2025-06-27 上传 | 大小:1.83mb | 下载:0
[matlab例程] Gas-dynamics
说明:用来模拟粒子运动的。此元胞自动机需要 一种不同类型的元胞的邻居。此元胞的邻居时刻变化,因此某一个方向运动趋势, 将继续在同一个方向。换言之,此规则保存势头,这是基础的动力仿真。这种邻 居通常被称为 margolis邻居并且这种邻居通常由重叠的 2x2 块的元胞构成。在下 面的表格中,偶数步长时左上方 4 元胞为邻居关系,奇数步长时右下的 4 元胞为 邻居关系。某一特定元胞在每一个时间步长都有3 个邻居,但是具体的元胞构成 了邻居的旋转和反复。-Used to simula<james> 在 2025-06-27 上传 | 大小:1kb | 下载:0
[matlab例程] Percolation-Cluster
说明:对周围相邻的 8 邻居求和(元胞只有两种状态,0 或 1 )。元胞也有一个单独的状态参量(所谓 记录 )记录它们之前是否有非零状态的邻居。 在 0 与 1 之间产生一个随机数 r 。 如果总和> 0 (至少一个邻居)并且 r >阈值,或者元胞从未有过一个邻居,则元胞= 1 。 如果总和> 0 则设置"记录"的标志,记录这些元胞有一个非零的邻居。 -8 adjacent neighbors on the surrounding sum (cell only two states,<james> 在 2025-06-27 上传 | 大小:1kb | 下载:0