setInput (cv.Net) - MATLAB File Help
cv.Net/setInput

Sets the new value for the layer output blob

net.setInput(blob)
net.setInput(blob, name)

Input

NOTE: If updating blob is not empty then blob must have the same shape, because network reshaping is not implemented yet.

The blob (4-dimensional blob, so-called batch) is constructed from image or array of images. Image is a 2-dimensional multi-channel or 3-dimensional single-channel image (or array of such images).

See also
Method Details
Access public
Sealed false
Static false