Automation of thresholding

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

Automation of thresholding

ray12345
hi. i want to know that is there any way to automate the thresholding process?
I am implementing imageJ in netbeans and which would be a web based application.
But if somebody suggests me any desktop based algo. That would also go.

Thankyou
-Ray
Reply | Threaded
Open this post in threaded view
|

Re: Automation of thresholding

ctrueden
Hi Ray,

> i want to know that is there any way to automate the thresholding
> process?

ImageJ2 [1] provides an extensible auto-thresholding mechanism with several
different built-in methods [2]. The built-ins are derived from Gabriel
Landini's Auto_Threshold plugin [3], which is included in Fiji [4]. The
ImageJ2 code is licensed under Simplified BSD [5]; the Auto_Threshold
plugin of Fiji is licensed under the GPL [6].

HTH,
Curtis

[1] http://developer.imagej.net/

[2]
https://github.com/imagej/imagej/tree/518650c/plugins/commands/src/main/java/imagej/core/commands/display/interactive/threshold

[3]
https://github.com/fiji/fiji/blob/master/src-plugins/Auto_Threshold/src/main/java/fiji/threshold/Auto_Threshold.java

[4] Fiji is Just ImageJ; http://fiji.sc/

[5] https://github.com/imagej/imagej/blob/518650c/LICENSE.txt

[6] https://github.com/fiji/fiji/blob/master/LICENSES


On Tue, Mar 12, 2013 at 1:22 AM, ray12345 <[hidden email]> wrote:

> hi. i want to know that is there any way to automate the thresholding
> process?
> I am implementing imageJ in netbeans and which would be a web based
> application.
> But if somebody suggests me any desktop based algo. That would also go.
>
> Thankyou
> -Ray
>
>
>
> --
> View this message in context:
> http://imagej.1557.n6.nabble.com/Automation-of-thresholding-tp5002114.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Automation of thresholding

ray12345
@ Curtis,


Thank you so much.. it just helped me alot :)