Convert 2/3/4D image to 4D image.

img_to_4D(image)

Arguments

image

2/3/4D tensor.

Value

4D tensor with the same type.

Examples

if (FALSE) { img_to_4D(img) }