Login  Register

AW: Filtering images

Posted by Jörg Hammel on Nov 12, 2009; 11:21am
URL: http://imagej.273.s1.nabble.com/Filtering-images-tp3690427p3690428.html

Hi,

If I understood your problem correct, you have a number of images in a
folder you want to process with the macro you specified below? If your
images are in standard file format (bmp, jpeg, tiff, etc.) I have a macro,
which we developed for this purpose to processes all files in a folder and
saves them to another one after filtering with the same file name.

Best

                 Jörg


-----Ursprüngliche Nachricht-----
Von: ImageJ Interest Group [mailto:[hidden email]] Im Auftrag von
Olukayode Ajayi
Gesendet: Donnerstag, 12. November 2009 07:55
An: [hidden email]
Betreff: Filtering images

I've about 1000 images and my intention is filter them. Here is a sample of
the original image: http://www.mypicx.com/11122009/Orignal_image/

and the sample of the filtered image is
this:http://www.mypicx.com/11122009/Filtered_image/

Here is my macros:
run("Brightness/Contrast...");
setMinAndMax(0, 140);
run("Apply LUT");
run("Sigma Filter Plus", "radius=4 use=3 minimum=1");
setAutoThreshold();
//run("Threshold...");
setThreshold(0, 168);
run("Convert to Mask");

However, if another 1000 images, I'll have to do another macros. How best I
can go about do this imageJ which automatically gives me the filtered image.

Regards,
 

__________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 4598
(20091112) __________

E-Mail wurde geprüft mit ESET NOD32 Antivirus.

http://www.eset.com
 
 

__________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 4598
(20091112) __________

E-Mail wurde geprüft mit ESET NOD32 Antivirus.

http://www.eset.com