DBC: Calculate the fractal dimension of an image using 3D box...

View source: R/pictplot.R

DBCR Documentation

Calculate the fractal dimension of an image using 3D box counting methods

Description

Calculate the fractal dimension of an image using 3D box counting methods

Usage

DBC(im, method = "DBC", n = 20, rawdata = FALSE)

Arguments

im

an image

method

either "DBC", "RDBC", or "IDBC"

n

number of samples

rawdata

if TRUE, raw data is returned as well as slope value

Value

a numeric value or a data frame

Examples

DBC(regatta)

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.