Hans Johnson

Results 65 comments of Hans Johnson

I think you have the wrong impression of what cmake is. It is _NOT_ a replacement for make or ninja or Visual studio.  CMake is a build environment generator that...

I can not currently make a feature comparison between CMake or MPC because I do not know MPC.  My guess is that there are many similarities. The primary benefit is...

I have not been able to find working build instructions. The from the uncompressed download (ACE-6.3.4.tar.bz2) README file points to: http://www.dre.vanderbilt.edu/~schmidt/ACE-install.html which points to http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/ACE-INSTALL.html which points to: http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/ACE-INSTALL.html#unix Here...

William thank you for the very helpful response.  It is good to know that I am at least on the right track. I am trying to build one version for...

ARRG... My ssh session died, and I re-logged back in. I forgot that environmental variables are required for the build. I'll start over again.

Are parallel builds supported (make -j 8) ?

@ntustison FYI: Using task-based parallelliization (rather than thread based paradigm) is an area that I have been recently playing with. Identifying techinques with intel's threaded building blocks and C++11 have...

This already exists. ``` -j, --save-state saveSateAsTransform Specify the output file for the current state of the registration. The state file is written to an hdf5 composite file. It is...

@stnava Nice.

Gabriel, https://github.com/BRAINSia/BRAINSTools/blob/master/BRAINSCommonLib/itkResampleInPlaceImageFilter.h I think we have this implemented in BRAINSTools,  it should be a trivial exercise to migrate to ANTs. http://www.insight-journal.org/browse/publication/770 Hans From: "Gabriel A. Devenyi" Reply-To: stnava/ANTs Date: Tuesday,...