Documentation for ANTs i.e. Advanced Normalization Tools.
See the pdf
See the WIP html slides
You can also clone the repository to get the examples and/or contribute to the documentation yourself.
- How do I do X with ANTs? :
- ask on the sourceforge discussion forum if this is a new data type / never before seen problem
- open an issue at the ANTs github site
- send us a reproducible example of what you've done: code, data, your system details, etc.
- How do I install ANTs on windows?
- See proof it can be done
- How do I resample an image?
- Use
ResampleImage
or useantsApplyTransforms
... some discussion here - Next question?