Login  Register

Re: Using ImageJ directly from Java code

Posted by dscho on Mar 13, 2009; 11:16am
URL: http://imagej.273.s1.nabble.com/Using-ImageJ-directly-from-Java-code-tp3690950p3690951.html

Hi,

On Thu, 12 Mar 2009, Mathias Zech wrote:

> Can anyone give me a few pointers into the right direction or some code
> examples on how to use ImageJ in this fashion? I don't want to use it as
> an external tool via macros/scripting but integrate it into my
> application. If there is a better library to do this I would also be
> grateful for information in this direction.

I think this might help you:

http://www.imagingbook.com/fileadmin/goodies/ijtutorial/ssij171.zip

It contains sample code that calls ImageJ from a Java servlet (i.e.
without any GUI).

Hth,
Dscho