Login  Register

Re: ImageJ as a java library?

Posted by Ford, Glenn (NIH/NLM/LHC) [C] on Apr 09, 2008; 7:19pm
URL: http://imagej.273.s1.nabble.com/Color-profile-for-calcium-waves-tp3696594p3696599.html

Thank you Guido,

The API can be a bit daunting at first so was hoping some examples to show the different requirements, such as initialization, etc that may not be obvious from reading JavaDoc which can be a bit obscure.

Glenn

-----Original Message-----
From: Guido Lütke Wöstmann [mailto:[hidden email]]
Sent: Wednesday, April 09, 2008 9:50 AM
To: List IMAGEJ
Subject: Re: ImageJ as a java library?

Ford, Glenn (NIH/NLM/LHC) [C] schrieb:

> Hello All,
>
> I am new to ImageJ and interested in integrating ImageJ into a large application dealing with multiple media and data types.
>
> Are there any examples of how I can use ImageJ as an imaging library in my Java application?  I am specifically interested in the DICOM and Volume rendering rendering/viewing parts but also want to do standard image types (jpeg, etc) as well.
>
> Any help in pointing me to some tutorials/examples is greatly appreciate.
>
> Thank you in advance,
>
> Glenn Ford
> Lockheed Martin MSD Consultant
> Communications Engineering Branch
> National Library of Medicine, Bld 38A

Hello,

just download the Javadoc for ImageJ under:

http://rsb.info.nih.gov/ij/download/docs/api.zip

and use the ImageJ-Classes like every other Java-API.
You may start with the Class "ImagePlus" and its Subclass
"DICOM".

Guido