Login  Register

Multiple instances

Posted by Tycho Scholtens on Feb 01, 2006; 1:40pm
URL: http://imagej.273.s1.nabble.com/Multiple-instances-tp3703876.html

Hello all,

 

Does anyone know if it is possible to create a new instance of ImageJ in a
macro?

This would allow for higher processing speeds on a multiprocessor system
when a lot of images are analyzed in series.

Instead of analyzing images 1 to n on 1 processor, you could do 1 - (n/2) on
processor 1 and (n/2) - n on processor 2.

 

Regards,

 

Tycho Scholtens