img_to_4D {tfaddons}R Documentation

To 4D image

Description

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

Usage

img_to_4D(image)

Arguments

image

2/3/4D tensor.

Value

4D tensor with the same type.

Examples


## Not run: 
img_to_4D(img)

## End(Not run)


[Package tfaddons version 0.10.0 Index]