combining Scale, (a filtering plugin), Make Binary, Analyze Particle into One plugin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

combining Scale, (a filtering plugin), Make Binary, Analyze Particle into One plugin

iambeht
Sir,

Greetings!

I'm using ImageJ for image processing because the interface is very user
friendly. Thank you for making it as freeware. And I am new to it.

My study is about image processing to count a species and the processes i
use are:

1. load image and *Edit->Scale* it.
2. a plugin like normalization will be applied for *filtering*.
3. process again through Binary->*Make Binary*.
4. and click *Analyze Particle* to process results.

I'd like to incorporate the feature Scale, A plugin (that i used for
filtering), Make Binary (for segmentation) and the Analyze Particle (for
counting species) into one Plugin.

I want to make it to one plugin so that the processing will be in *one or
two clicks only
* instead of four clicks. And the results will then open like
the already analyzed image.

Hoping that you can give me a sample plugin that the said features are in
one plugin.

Thank you so much.

my regards,


iambeht@gmail.com
Reply | Threaded
Open this post in threaded view
|

Re: combining Scale, (a filtering plugin), Make Binary, Analyze Particle into One plugin

lechristophe
Hi,

ImageJ macro language is perfectly suited for that: generating macros that
automate a succession of commands and plugins.

check it here : http://rsbweb.nih.gov/ij/developer/macro/macros.html

Cheers,

Christophe

On Fri, Apr 6, 2012 at 12:57, iambeht <[hidden email]> wrote:

> Sir,
>
> Greetings!
>
> I'm using ImageJ for image processing because the interface is very user
> friendly. Thank you for making it as freeware. And I am new to it.
>
> My study is about image processing to count a species and the processes i
> use are:
>
> 1. load image and **Edit->Scale** it.
> 2. a plugin like *normalization* will be applied for *filtering*.
> 3. process again through *Binary->*Make Binary**.
> 4. and click **Analyze Particle** to process results.
>
> I'd like to incorporate the feature Scale, A plugin (that i used for
> filtering), Make Binary (for segmentation) and the Analyze Particle (for
> counting species) into one Plugin.
>
> I want to make it to one plugin so that the processing will be in **one or
> two clicks only** instead of four clicks. And the results will then open
> like
> the already analyzed image.
>
> Hoping that you can give me a sample plugin that the said features are in
> one plugin.
>
> Thank you so much.
>
> my regards,
>
>
> [hidden email]
>
> --
> View this message in context:
> http://imagej.1557.n6.nabble.com/combining-Scale-a-filtering-plugin-Make-Binary-Analyze-Particle-into-One-plugin-tp4692358p4692358.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>