Showing posts with label loop. Show all posts
Showing posts with label loop. Show all posts

Tuesday, August 23, 2011

ImageJ script: the loop

One of the main purposes of a ImageJ macro/script is to perform repetitive tasks. In programming languages (and in IJ script), this can be done by using a specific iterative mechanism: the loop.