Login  Register

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

Posted by ctrueden on Aug 03, 2007; 7:17pm
URL: http://imagej.273.s1.nabble.com/how-can-i-import-imagej-libraries-in-my-project-tp3698678p3698684.html

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 <[hidden email]> 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.
>