[MINC-users] new release of minc-toolkit 0.3.16

Vladimir S. FONOV vladimir.fonov at gmail.com
Wed Nov 14 13:23:10 EST 2012


Hello Everybody!

After making quite significant changes in MINC with Andrew Janke last 
September I have finally created a new binary release of minc-toolkit ( 
available at 
http://www.bic.mni.mcgill.ca/ServicesSoftware/ServicesSoftwareMincToolKit )


Note that, although commands are all the same, those of you who are 
using MINC or EZminc library to make your own software will see a 
different configuration files: instead of being called minc2 library, it 
is now called libminc , so if you are using minc with CMAKE you will 
have to replace code like:

FIND_PACKAGE( MINC2 )
INCLUDE( ${MINC2_USE_FILE} )

with

FIND_PACKAGE( LIBMINC )
INCLUDE( ${LIBMINC_USE_FILE} )


Note that new version of the package became significantly larger 
(~300Mb) because it includes full resolution segmentation library for 
BEaST ( 
http://www.bic.mni.mcgill.ca/ServicesSoftwareAdvancedImageProcessingTools/BEaST 
)

P.S. The old packages are still available in 
http://packages.bic.mni.mcgill.ca/minc-toolkit/

-- 
Best regards,

  Vladimir S. FONOV ~ vladimir.fonov <at> gmail.com


More information about the MINC-users mailing list