Multiple image processing optimization
Posted by jzapata on Nov 13, 2009; 11:42pm
URL: http://imagej.273.s1.nabble.com/Multiple-image-processing-optimization-tp3690480.html
I've been writing a macro to apply rotation, scaling and offset corrections for set of 700+ images.
The way it's coded the macro cycles through the files in the folder one at a time. The process is very slow.
What is the best way to optimize this?
I've considered opening the images as a stack first and then applying the parameters, but in practice this gives me "out of memory" errors.
Is there a way of modifying the images without opening them?
One less pressing concern is that from time to time while processing the images ImageJ crashes, and I have to restart the process.
-Jairo