Re: Computation time for a series of images

Posted by Michael Schmid on
URL: http://imagej.273.s1.nabble.com/Computation-time-for-a-series-of-images-tp5021247p5021251.html

Hi Shel,

what about simply getting the time (in milliseconds) before and after
the operation and calculating the difference?

Macro:
   getTime()
Java:
   System.currentTimeMillis()

Both return the current time in milliseconds (since 1970-Jan-01, 0:00 UTC)


Michael
________________________________________________________________
On 26/09/2018 20:34, Shel wrote:

> Hello,
>
> I am using imagej and matlab for my project and image analysis of different
> series of dicom images. Is there any possibility to calculate the
> computation time in imagej?I am doing the thresholding and segmentation of
> my images and one of the parameters that I should calculate is the time it
> takes to segment my images. It is possible in matlab however, I was
> wondering if it is possible to do so in imagej using the plugins or macros?
>
> Thanks a lot,
>
> Shel
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html