[Insight-users] adding MINC 1/2 to ITKv4

Vladimir S. FONOV vladimir.fonov at gmail.com
Wed Mar 7 18:33:28 EST 2012


>>Actually, the minc 1/2 reader and writer for ITKv4 is already included
>>in latest minc version ( ie grab latest version from
>>https://github.com/andrewjanke/minc ) and then use cmake to build it
>>- you can specify ITK v4 config location in ITK_DIR ( i.e <itk install
>>prefix>/lib/cmake/ITK-4.0)
>>And then it will build everything needed.
>
> Are there dependencies?  ex are the NetCDF and HDF5 libraries required?

Yes, NetCDF is neede, but now build system can download and compile
them for you if you are using cmake > 2.8.2 - just set
USE_SYSTEM_NETCDF to OFF
for HDF5 i check if ITK4 was build with it, and then link against the
one from ITK


>
>>I can make a patch that will integrate minc module with the main ITK
>>v4 build tree , is there are some coding requirements that I have to
>>follow?
>
> The most important will be to have unit tests that achieve close to 100% line coverage.
>
> ITK's coding style is here:
> <http://www.itk.org/Wiki/ITK/Coding_Style_Guide>



-- 
Best regards,

 Vladimir S. Fonov ~ vladimir <dot> fonov <at> gmail <dot> com


More information about the Insight-users mailing list