Login  Register

Re: Filtering images

Posted by Kay Ajayi on Nov 17, 2009; 2:38am
URL: http://imagej.273.s1.nabble.com/Filtering-images-tp3690427p3690430.html

Thanks for your contribution. The macros are developed by me. My question is
how can I get the filtered image in imageJ without having a macro. For
instance, the macro is specifically for 1000images. I am just thinking if
i've another set of 1000 images and the appropriateness of that macros is
not questioned. So, I am looking for an option that will be applicable any
image.

On Sat, Nov 14, 2009 at 11:47 AM, Mike Esterman <[hidden email]> wrote:

> Jorg
> Is your macro published on the Image J website or elsewhere?
>
> Mike
>
>
> -----Original Message-----
> From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Jörg
> Hammel
> Sent: Thursday, November 12, 2009 6:22 AM
> To: [hidden email]
> Subject: AW: Filtering images
>
> 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
>
>