Computation time for a series of images

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Computation time for a series of images

Shel-2
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



--
Sent from: http://imagej.1557.x6.nabble.com/

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Computation time for a series of images

Michael Schmid
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