Login  Register

Re: how can i import imagej libraries in my project?

Posted by mobitel on Aug 08, 2007; 1:49pm
URL: http://imagej.273.s1.nabble.com/how-can-i-import-imagej-libraries-in-my-project-tp3698678p3698685.html

Hello,

Is it possible to give me an example, I do work with java for years, but NEVER needed to import any kind of API or 3rd party class, or library.


Curtis Rueden wrote
Hi,

If your application is in Java, just use the ImageJ classes like any
other Java API. You can find the Javadocs online at:

    http://rsb.info.nih.gov/ij/developer/api/index.html

and you can browse the source code at:

    http://rsb.info.nih.gov/ij/developer/source/index.html

If you want to write plugins, check out Werner Bailer's plugins tutorial:

    http://mtd.fh-hagenberg.at/depot/imaging/imagej/

For more information, see the ImageJ web site's developer resources page:

    http://rsb.info.nih.gov/ij/developer/index.html

-Curtis

On 8/3/07, mobitel <bmw850csi3_kl@hotmail.com> wrote:
> Hello,
>
> I want to use imagej libraries for my project, but I dont know how to call
> them within the application.
> For example, I want to use threshold from imagej, how do I call it?
>
> Thanks
> --
> View this message in context: http://www.nabble.com/how-can-i-import-imagej-libraries-in-my-project--tf4207392.html#a11968657
> Sent from the ImageJ mailing list archive at Nabble.com.
>