Hi Avital,
On 02.09.2014, 4:27 PM, Avital Steinberg wrote:
> I wrote a plugin that processes one image and saves the resulting image in
> a folder. Now I would like to use this plugin to process all of the files
> in a selected directory. How would I do that?
Provided that your plugin can take the current image as an input, or
that it takes an input parameter pointing to the file to be processed,
you can use any of the scripting languages provided by ImageJ/Fiji to
process a whole folder.
For example, you can use the "Process Folder" template in Fiji's script
editor, via 'Templates > IJ1 Macro > Process Folder' [1].
There's more information on the Fiji wiki:
http://fiji.sc/How_to_apply_a_common_operation_to_a_complete_directoryHope that gets you started,
Jan
[1]:
https://github.com/imagej/imagej-legacy/blob/master/src/main/resources/script-templates/IJ1_Macro/Process_Folder.ijm--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html