Results 212 comments of stnava

you may be able to make changes to the `antsRegistration` wrapper code by enabling the options ``` -j, --save-state saveSateAsTransform -k, --restore-state restoreStateAsATransform ``` though i've never tried this. you...

https://github.com/ANTsX/ANTs/issues/752

I have not heard of any progress wrt native windows. the windows linux subsystem gets around this limitations.

@jeffduda thanks for the reminder ... i forgot about this! anyway, i am sure @ntustison would agree that we'd be happy to stick with this framework that you have, if...

will address with next release.

brief summary: * the header describes the physical space associated with a set of pixels/voxels * the affine transformation is a mapping either within or between domains - but it...

we use composite transforms to encapsulate multiple transformations applied in series. it's important to keep track of them carefully and check that compositions are correct if you are using them...

ok - maybe you might gain insight from this: https://simpleitk.readthedocs.io/en/master/fundamentalConcepts.html I don't know what you would do outside of ITK or ANTs.

@cookpa - i do not want to depend on fsl for this. something that would work ( though i dont know how to do it ) would be: * create...

@jdtournier @Lestropie --- any thoughts on thread above?