Re: Using ImageJ directly from Java code
Posted by
Mathias Zech on
Mar 13, 2009; 2:59pm
URL: http://imagej.273.s1.nabble.com/Using-ImageJ-directly-from-Java-code-tp3690950p3690952.html
Hi,
thanks a lot, that was exactly what I was looking for! Also thanks to
everyone who replied to my request, I will try to make the results
available when I am finished so that it is possible for you to take a
look at what my task was.
Kind Regards,
Mathias
Johannes Schindelin wrote:
> 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
>
>