decodeUnet: Decoding function for the u-net prediction outcome

View source: R/unetUtilities.R

decodeUnetR Documentation

Decoding function for the u-net prediction outcome

Description

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

Usage

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(s)

Tustison NJ


ANTsX/ANTsRNet documentation built on April 23, 2024, 1:24 p.m.