Description Usage Arguments Value
This function is a helper function for lesion_identification(). It takes in a lesion segmentation mask and a NIfTI image with identified lesion centers and returns a lesion label map.
1 | getleslabels(lesmask, centers)
|
lesmask |
Lesion segmentation mask. Given a probability threshold, automatically binarizes lesion probability map into a segmentation mask. |
centers |
Lesion center map. Provided by lesiontools::lesioncenters(). |
A NIfTI with labels for each identified lesion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.