Login  Register

Re: AMIRA ascii format

Posted by Matt Crema on Sep 02, 2007; 5:37pm
URL: http://imagej.273.s1.nabble.com/AMIRA-ascii-format-tp3698464p3698466.html

The easiest way to do is probably with some scripting language of your
choice where you need to write the "Data" section of the AmiraMesh file
in ASCII as described here:

http://www.amiravis.com/usersguide31/amiramesh/HxFileFormat_AmiraMesh.html

Personally, I'd save the data from ImageJ as a TIFF and then import it
into MATLAB and write the AmiraMesh file from there.  But then I don't
know JAVA or scripting in ImageJ.

Another way is with libamiramesh:

http://www.amiravis.com/resources/Ext411-01-libamiramesh/index.html

which is a C++ library that allows you to write AmiraMesh files.  Using
compiled code may be more trouble than it is worth for this small task.

-Matt