Re: information about java scripts

Posted by Wayne Rasband on
URL: http://imagej.273.s1.nabble.com/information-about-java-scripts-tp3703543p3703544.html

> 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