arterialLesionSegmentation | R Documentation |
Perform arterial lesion segmentation using U-net.
arterialLesionSegmentation(image, verbose = FALSE)
image |
input histology image. |
verbose |
print progress. |
segmentation and probability images
Tustison NJ
## Not run:
library( ANTsRNet )
library( keras )
image <- antsImageRead( "image.nii.gz" )
output <- arterialLesionSegmentation( image )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.