compute the signed distance map of binary mask input: segmentation, shape = (batch_size, x, y, z) output: the Signed Distance Map (SDM) sdf(x) = 0; x in segmentation boundary -inf|x-y|; x in segmentation +inf|x-y|; x out of segmentation normalize sdf to
(img_gt, out_shape)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected