资源列表
quyufenlietuxiangfafengehanshu
- 区域分裂合并法分割图像,利用区域分裂合并法分割图像的MATLAB程序-Regional split and merge image segmentation method The following is the use of regional split and merge image segmentation method MATLAB program
graphics.rar
- 分形树、Sierpinski垫片C程序、Mandlbrot集图形、Koch曲线C程序,Tree fractal, Sierpinski gasket C procedures, Mandlbrot graphics set, Koch curve C program
Calculation-of-fractal-dimension
- 计算分形维数,MATLAB Central File Exchange - Calculation of fractal dimension of fractal surfaces using fft
webinar_script
- This code segments color from a RGB image.
min_spintree
- 在给定的任意一个无向图中,利用反圈算法找出最小支撑树,得到一个图的连通性判断
duochongfenxing多重分形谱算法
- 提供两个小程序,一个是多重分形谱算法;另一个是盒子维数的计算。-Provide two small programs, one is multifractal spectrum algorithm the other is the calculation of box dimension.
shuxingfenxing
- matlab模拟的树形分形图,可方便快捷的理解分形理论,学习数学迭代关系-matlab
Desktop
- 谱聚类matlab算法实现,k-means算法 可以实现简单聚类-Spectral clustering algorithm in matlab, k- means algorithm can realize simple clustering
fenxingchengxu---matlab
- 关于分型地形的程序 编译环境为matlab-About typing terrain matlab compiler environment program
shixianquyufenliehebinghanshu(1)
- 实现区域分裂合并的子函数,利用基于四叉树的数据表示方式分裂图像-Achieve regional split merge subroutine using split image-based data representation f quadtree
mountain
- 三维空间中的分形插值算法 ① 在X-Y平面上绘制一个n×n的正方形网格,并对4个角点在Z方向上分别设置初始高度ha,hb,hc,hd,得到A,B,C,D这4点(如图10.3所示)。 ② 根据式hm=(ha+hb+hc+hd)/4+△,计算正方形网格中点的高度hm,其中△为一随机量,从而得到M点。 ③ 根据角点和中点以及虚拟点,计算边中点的高度,即 he=(ha+hb+hm+0)/4+△ hf=(hb+hc+hm+0)/4+△ hg=(hc+hd+hm+0)/4+△ h