information about java scripts

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

information about java scripts

Virginie Lafitte
Hello !

Is it possible to get the java scripts of isodata, mixture modeling and
maximum entropy because I downloaded the package called multithresholder
and I'd like to know how these algorithms work in ImageJ ?

Thanks a lot
Virginie
Reply | Threaded
Open this post in threaded view
|

Re: information about java scripts

Wayne Rasband
> Is it possible to get the java scripts of isodata, mixture modeling
> and  maximum entropy because I downloaded the package called
> multithresholder  and I'd like to know how these algorithms work in
> ImageJ ?

All the plugins on the ImageJ website include the Java source code. The
source code for plugins distributed in JAR files (e.g.,
MultiThresholder) is in the JAR file. To open a JAR file, change the
extension from .jar to .zip and double click on it. The source code for
ImageJ is available at <http://rsb.info.nih.gov/ij/download/src/>.

-wayne