Fractal2D | R Documentation |
Calculate the fractal dimension of an image using the traditional 2D box counting method
Fractal2D(im, n = 20, thr = "auto", rawdata = FALSE)
im |
an image |
n |
number of samples |
thr |
threshold for binarization. either numeric (e.g., 0.5), or "auto", or a string for quantiles (e.g., "15%") |
rawdata |
if TRUE, raw data is returned as well as slope value |
a numeric
Fractal2D(regatta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.