Batch processing Macro Help
Posted by jarboe3142 on Jun 01, 2014; 6:31pm
URL: http://imagej.273.s1.nabble.com/Batch-processing-Macro-Help-tp5007975.html
I am requesting help on an image analysis macro. I am not a programmer and could use any help you can afford.
I would like to batch process hundreds of images in a single directory where the tool would analyze two images in a file name series and if something is different, make a copy in another directory. Ideally I would have a threshold adjustment tool that I could adjust.
Example:
Img2 = Img1 – YES, do nothing and move to next batch process
Img3 = Img2 – NO, Make copy of Img3 in new directory and move to next batch process
Img4 = Img3 - YES do nothing and move to next batch process
Etc…
Do anyone have a tool like this or can point me in the right direction.
Thank you,
Jeff