Q:Hi, I’m working on a registration and distortion correction program using volume_io volumes. My algorithm includes a multiresolution approach, and until now I have been using system calls to mincblur and mincresample to facilitate this. I’ve now decided that it’s best to not use the system calls, and would like to just blur the volumes in the program. Are there any libraries available to help with this? Or, does anyone have any other ideas as to how I could accomplish this without all my system calls to the minctools? Any help would be greatly appreciated.

Thanks!
http://www.bic.mni.mcgill.ca/pipermail/minc-users/2008-March/001930.html

A: you can use the source code for blurring in the mni_autoreg/mincblur program.