3-D image input layer
A 3-D image input layer inputs 3-D images or volumes to a network and applies data normalization.
For 2-D image input, use imageInputLayer
.
returns a 3-D image input layer and specifies the layer
= image3dInputLayer(inputSize
)InputSize
property.
sets the optional properties using name-value pairs. You can specify multiple name-value
pairs. Enclose each property name in single quotes.layer
= image3dInputLayer(inputSize
,Name,Value
)
averagePooling3dLayer
| convolution3dLayer
| fullyConnectedLayer
| imageInputLayer
| maxPooling3dLayer
| trainNetwork
| transposedConv3dLayer