Login  Register

fractal box count macro problem

Posted by Josep M. Lanau on Aug 23, 2009; 6:19pm
URL: http://imagej.273.s1.nabble.com/fractal-box-count-macro-problem-tp3691410.html

Hi all,

I am trying to get the Fractal Dimension (D value)result from the Fractal
Box Count implemented in ImageJ (v.1.39r; Analyze>Tools>Box Count) in a
macro (i use the default run("Fractal Box
Count...", "box=2,3,4,6,8,12,16,32,64")). I work with binary outlines.

I need to get it in a variable to output it later, along all the other
results that the macro calculates. BoxCount returns a plot and also the
size and count results in the Results window for each box size, followed by
a blank line and the D result in the "size column" (D=value).

I have tried by using df=getResult(1, 11), DF2=getResult("size",11), and
df=getResult("Size") commands, but they return am error (results table
empty in line 9).

Can anyone help??

Thank you...

Josep M.