setInput (cv.Net) - MATLAB File Help |
Sets the new value for the layer output blob
net.setInput(blob)
net.setInput(blob, name)
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).
Access | public |
Sealed | false |
Static | false |