Function for translating the U-net predictions to ANTsR probability images.

decodeUnet(yPredicted, domainImage)

Arguments

yPredicted

an array of shape (batchSize, width, height, <depth>, numberOfSegmentationLabels)

domainImage

image definining the geometry of the returned probability images.

Value

a list of list of probability images.

Author

Tustison NJ