HAUSDIM Returns the Haussdorf fractal dimension of an object represented by a binary image.我要分享

HAUSDIM Returns the Haussdorf fractal dimension of

matlab

关注次数: 198

下载次数: 0

文件大小: 1.92 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: ;函数[D]=hausDim(I)


English Description:

 function [ D ] = hausDim( I ) % HAUSDIM Returns the Haussdorf fractal dimension of an object represented by % a binary image. %    Returns the Haussdorf fractal dimension D of an object represented by the %    binary image I. Nonzero pixels belong to an object and 0 pixels %    constitute the background.


代码预览