搜索资源列表
FractalTerrain
- 二维的分形地形可以由一维分形曲线推广得到,首先介绍下一维分形曲线的构造模型。 已知初始线段的两个端点 ,通过随机扰动线段的中点来完成一次迭代,公式为 : 其中roughness控制当前层次的扰动量,它可以决定每次循环中,随机数值域的减少量,就是说它决定了分形结果的粗糙程度。令 上式是分形曲线模型的一般表达式,其中采用均值为0,方差为1的正态分布函数产生随机数,随着分割层次的增加,当前扰动量将以pow(2.0,-h)的倍数逐步的衰减,直到到达给定的分割层次或者被
计算差分盒维数的matlab程序
- 可以计算差分盒维数的matlab程序,学习分形的可供下载
图像分形维数计算
- 根据差分计盒计算图像分形维数原理,推导出的Matlab程序代码,不知道效果如何,至少可以让我们知道程序实现步骤。根据2^n为步长的算法实现,效率很快
fractal_dimension
- 分形维数的matlab代码,应用差分盒子方法进行计算分形维数-Fractal dimension of matlab code, the application of differential methods of calculating the box fractal dimension
feature-extracion
- 实现对图像的分形维数,7个Hu矩,目标长宽,转动惯量,周长,图像均值,标准差,最大值的特征提取-The fractal dimension of the image, seven Hu moments, target length and width, the moment of inertia, the perimeter of the image mean, standard deviation, and the maximum value of feature extraction
box_frac_dem
- 利用差分盒分形维数的理论得到图像的分形维数的matlab程序-Using differential box fractal dimension theory to get an image of the fractal dimension of the matlab program
boxfd
- 根据分形原理,利用差分盒维数算法计算图像的盒维数的MATLAB程序-Based on the fractal principle, using differential box fractal dimension of box dimension algorithm for computing the images of the MATLAB program
Fractals
- 程序使用差分盒计数算法将输入图像转换为分形维数(fd)图像,即每个像素都有自己的fd。然后用户可以在生成的fd图像中选择任何感兴趣的区域来估计相应的平均值、标准差和缺陷。(The program transforms an input image using the differential box counting algorithm to a fractal dimension (FD) image, i.e. each pixel has its own FD. Then the user