Description Usage Arguments Value
View source: R/oasisad_refine.R
Refine voxel's probability of being white matter hypeintensity by neighbor information. Neighbor
1 2 3 4 5 6 7 8 9 10 |
prob_map |
A dataframe includes a voxel's probability of being white matter and its nearest neighor voxels' vetorized indice. |
neighbor |
A boolean whether using neighor function to correct probability map |
seg |
File path of segmentation mask segmentation tool such as FSL Please set non-brain tissue in seg to 0 |
wm |
File path of white matter pve from segmentation tool such as FSL |
wm_label |
A value indicates white matter label in input seg_voxel argument. If null, it is 3, by FSL. |
re_value |
A value used in neighbor calculation function to suppress probability of being WMH |
indx |
Voxels' vectorized indices |
indx3d |
Voxels' 3D indices |
Refined probability map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.