• 大小: 533B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-06-17
  • 语言: Matlab
  • 标签: 分形维数  

资源简介

计算二值图像分形维数的matlab小程序

资源截图

代码片段和文件信息

function D=fractdim1(IMAGE)

% FRACTDIM Compute the fractal dimension of an image
% D = fractdim(IMAGE)
% Usage:
% >> AA=imread(‘LorenzA.bmp‘);
% >> D=fractdim(AA);
% Calculates the fractal dimenstion (box-counting method) of a black and white edge image.

评论

共有 条评论