minc_ants_register | R Documentation |
Uses system ANTs installation to register minc volumes
minc_ants_register( source_volume, target_volume, source_mask_volume, target_mask_volume, xfm_file = NULL, verbose = T )
source_volume |
volume to move. Can be an RMINC object or filename. |
target_volume |
reference volume. Can be an RMINC object or filename. |
source_mask_volume |
volume for masking source_volume |
target_mask_volume |
volume for masking target_volume |
xfm_file |
location to save file. If NULL, file is saved in temporary directory. |
verbose |
If true, ANTs messages are passed to console |
location of xfm transform file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.