The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version mia-2.4.7.tar.xz (4.4 MB)
Email in envelope

Get an email when there's a new version of medical image analysis

Home / mia / 2.0
Name Modified Size InfoDownloads / Week
Parent folder
mia-2.0.13.tar.xz.asc 2014-01-20 473 Bytes
mia-2.0.13.tar.xz 2014-01-20 3.9 MB
README 2014-01-20 5.7 kB
mia-2.0.12.tar.xz.asc 2013-11-27 490 Bytes
mia-2.0.12.tar.xz 2013-11-27 3.9 MB
mia-2.0.11.tar.xz.asc 2013-10-14 490 Bytes
mia-2.0.11.tar.xz 2013-10-14 3.9 MB
mia-2.0.10.tar.xz.asc 2013-07-02 490 Bytes
mia-2.0.10.tar.xz 2013-07-02 3.9 MB
mia-2.0.9-fixes-20130426.tar.gz.asc 2013-04-26 490 Bytes
mia-2.0.9-fixes-20130426.tar.gz 2013-04-26 2.1 kB
mia-2.0.9.tar.xz 2013-04-19 3.9 MB
mia-2.0.9-doxygen.tar.xz.asc 2013-04-19 490 Bytes
mia-2.0.9.tar.xz.asc 2013-04-19 490 Bytes
mia-2.0.9-man.tar.xz.asc 2013-04-19 490 Bytes
mia-2.0.9-userref.tar.xz.asc 2013-04-19 490 Bytes
mia-2.0.9-doxygen.tar.xz 2013-04-19 72.9 MB
mia-2.0.9-man.tar.xz 2013-04-19 35.4 kB
mia-2.0.9-userref.tar.xz 2013-04-19 62.9 kB
mia-2.0.8-hotfix.patch.xz.asc 2013-03-05 490 Bytes
mia-2.0.8-hotfix.patch.xz 2013-03-05 3.2 kB
mia-2.0.8-doxygen.tar.xz 2013-02-25 73.9 MB
mia-2.0.8.tar.xz 2013-02-25 3.9 MB
mia-2.0.8.tar.xz.asc 2013-02-22 5.3 MB
mia-userref-2.0.7.tar.xz.asc 2012-12-14 490 Bytes
mia-userref-2.0.7.tar.xz 2012-12-14 59.1 kB
mia-man-2.0.7.tar.xz.asc 2012-12-14 490 Bytes
mia-doxygen-2.0.7.tar.xz.asc 2012-12-14 490 Bytes
mia-man-2.0.7.tar.xz 2012-12-14 34.5 kB
mia-doxygen-2.0.7.tar.xz 2012-12-14 70.3 MB
mia-2.0.7.tar.xz.asc 2012-12-14 490 Bytes
mia-2.0.7.tar.xz 2012-12-14 4.0 MB
viewitgui-2.0.2.tar.xz.asc 2012-11-22 490 Bytes
viewitgui-2.0.2.tar.xz 2012-11-22 381.4 kB
pymia-0.1.2.tar.xz.asc 2012-11-22 490 Bytes
mia-2.0.6-userref.tar.xz.asc 2012-11-22 490 Bytes
pymia-0.1.2.tar.xz 2012-11-22 35.6 kB
mia-2.0.6-userref.tar.xz 2012-11-22 59.1 kB
mia-2.0.6-doxygen.tar.xz 2012-11-22 72.0 MB
mia-2.0.6-doxygen.tar.xz.asc 2012-11-22 490 Bytes
mia-2.0.6.tar.xz 2012-11-22 4.0 MB
mia-2.0.6.tar.xz.asc 2012-11-22 490 Bytes
Totals: 42 Items   326.3 MB 0
This is a release of the MIA library and command line tools.
Compilation has been tested on 
  * Debian unstable g++-4.8.1 (x86_64 + x86), g++-4.6.3 (powerpc G4), 
  * Gentoo g++-4.6.3 (x86_64).

For an article descibing the software see 
   http://www.scfbm.org/content/8/1/20

  Ubuntu users:

Pre-build packages are provided for Ubuntu precise (12.04) in a PPA:
  ppa:gert-die/ppa-mia

  Debian users:

Pre-build packages are available in Debian unstable and testing 
thanks to the sponsoring by the debian-med project: http://debian-med.alioth.debian.org/

  MS Windows users:

Your best net is to get the software installed via cygwin, the major problem here is 
that the Intel Threading Building Blocks  and IT++ need to be build by hand before 
compiling MIA.

FILES:  

The files are now compressed using the XZ Utils, http://tukaani.org/xz/
Your favorite GNU/Linux distribution will most likely provide the required
packages. The documentation packages are no longer made available here 
because the are created from the source code anyway and building them is 
not very time consuming compared to building the whole library. 

In addition, the project web also provided the user reference 

  http://mia.sourceforge.net/userref/index.html

and the Doxygen programmers reference 

  http://mia.sourceforge.net/libdoc/index.html


Important changes
=================

(For a detailed list see ChangeLog in the source package.) 

  mia-2.0.13

* Closes: #138, #143, #144
* 2dimageregistration: Exit if no cost functions are given
* 3dgetimage: add support for setting the minimum number of
                digits in the output file names.
* factoryplugins: throw error if a factory plugin is not found
* make the basic interpolator operator in 3D thread save

  mia-2.0.12

* more parallelization 
* Make slicelocation and slicespacing non-obligatory in Dicom data 
* Add program to convert multi-record 2D image to 3D image
* Correct file-type - file suffix mapping and add according tests 
* Fix 147 issues reported by Coverty http://scan.coverity.com and Dissmiss 37 issues reported
  as intentional or false positive
* wavelet slope statistics will now throw an exception if the slope is too short
* set the C++11 flag correctly in UNIX, no more need to specify it on the cmake command line 

  mia-2.0.11

* fixes #106, #122,  #123


  mia-2.0.10 

* Lots of bug fixes 
* new filters (3D thinning, image transformation as filter
* support for multiframe DICOM data 


  mia-2.0.9

* correct failing tests on i386 (Debian Bug #705383)
* set number of threads preference to 1 on powerpc if the 
  version of threading building blocks is < 4.1u2 
   (see Debian Bugs #705385 and #705495)
* Add support for MetaImage files (mhd) by using VTK 

 mia-2.0.8 

* build and pass tests on powerpc (G4) 
* transformation penalties in spline based image registration can now be directly 
  specified with the transformation 
* change some interfaces (breaks ABI)

 mia-2.0.7 

* correct build dependencies
* correct spelling and manpages
* correct 2D MLV filter handling if the variation is equal
* remove default parameter from gts::TVector constructor

 mia-2.0.6:

* Adapt to the new vistaio interface 
* Add a rotation only 3D transformation 
* Fix regressions introduced with 2.0.4


=================================================================
Files

2.0.12
======

mia-2.0.12.tar.xz
      the source


2.0.11
======

mia-2.0.11.tar.xz
      the source


2.0.10 
======

mia-2.0.10.tar.xz
      the source


2.0.9
=====

mia-2.0.9.tar.xz
      the source

mia-2.0.9-doxygen.tar.xz
      The Doxygen generated library documentation

mia-2.0.9-userref.tar.xz
      cross referenced documentation of the command line
      tools valid if all suggested dependencies are enabled

mia-2.0.9-man.tar.xz
      manual pages

mia-2.0.9-fixes-20130426.tar.gz
      patches against 2.0.9 to fix bugs #91 and #89 

All documentation can also be build automatically from the source code.


2.0.8
=====

mia-2.0.8.tar.xz
      the source

mia-2.0.8-hotfix.patch.xz
      a patch that 
      - makes sure tests on i386 pass 
      - fixes the pkg-config files to add the proper include pass 
      - fixes a Doxygen warning 

mia-2.0.8-doxygen.tar.xz
      The Doxygen generated library documentation, this can also be build 
      from the source package 

mia-2.0.8-userref.tar.xz
      cross referenced documentation of the command line
      tools valid if all suggested dependencies are enabled

mia-2.0.8-man.tar.xz
      manual pages



2.0.7
=====

mia-2.0.7.tar.xz
      the source

mia-doxygen-2.0.7.tar.xz
      The Doxygen generated library documentation, this can also be build 
      from the source package 

mia-userref-2.0.7.tar.xz
      cross referenced documentation of the command line
      tools valid if all suggested dependencies are enabled

mia-man-2.0.7.tar.xz
      manual pages


2.0.6
=====

mia-2.0.6.tar.xz
      the source

mia-2.0.6-Doxygen.tar.xz
      The Doxygen generated library documentation, this can also be build 
      from the source package 

mia-2.0.6-userref.tar.xz
      cross referenced documentation of the command line
      tools valid if all suggested dependencies are enabled

tools
=====

pymia-0.1.2.tar.bz2
      A rudimentary python interface for MIA

viewitgui-2.0.2.tar.xz
      A simple 3D viewing program that can be used to visualize 
      surface meshes in conjunction with  transformations obtained 
      from image registration 


*.asc
      Signuature files created by using gpg and the key 
      http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x0EE972DCF2310714


====================================================================
Source: README, updated 2014-01-20