Login  Register

ROI header

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

ROI header

James Ewing
23 posts
Fellow ImageJ users:

I'm attempting to write some C code to convert an ImageJ roi to our Henry Ford Hospital format (EigenTool).  This latter isn't much used outside of our institution, but our users are familiar with it and use it intensively.  I'm trying to move the users over to ImageJ and need a tool that will allow us to move back and forth between the two image processing environments.

Can anybody point to documentation for the header structure of the ImageJ roi?  Ideally, this would be a C-type *.h header, but I'd be happy to get a map of the structure in any format.

 - Jim Ewing


==============================================================================
CONFIDENTIALITY NOTICE: This email contains information from the sender that
may be CONFIDENTIAL, LEGALLY PRIVILEGED, PROPRIETARY or otherwise protected
from disclosure. This email is intended for use only by the person or entity
to whom it is addressed. If you are not the intended recipient, any use,
disclosure, copying, distribution, printing, or any action taken in reliance
on the contents of this email, is strictly prohibited. If you received this
email in error, please contact the sending party by reply email, delete the
email from your computer system and shred any paper copies.
 
Note to Patients: There are a number of risks you should consider before using
e-mail to communicate with us. See our Privacy Policy and Henry Ford My Health
at www.henryford.com for more detailed information. If you do not believe that
our policy gives you the privacy and security protection you need, do not send
e-mail or Internet communications to us.
==============================================================================
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ROI header

Rasband, Wayne (NIH/NIMH) [E]
1064 posts
On Oct 16, 2011, at 12:57 PM, James Ewing wrote:

> Fellow ImageJ users:
>
> I'm attempting to write some C code to convert an ImageJ roi to our Henry Ford Hospital format (EigenTool).  This latter isn't much used outside of our institution, but our users are familiar with it and use it intensively.  I'm trying to move the users over to ImageJ and need a tool that will allow us to move back and forth between the two image processing environments.
>
> Can anybody point to documentation for the header structure of the ImageJ roi?  Ideally, this would be a C-type *.h header, but I'd be happy to get a map of the structure in any format.

The format of .roi files is described at the beginning of the RoiDecoder.java source file.

    http://imagej.nih.gov/ij/developer/source/ij/io/RoiDecoder.java.html

-wayne