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

Adds new layer to the net

id = net.addLayer(name, layerType, params)

Input

Output

A LayerParams provides all data needed to initialize layer. It includes dictionary with scalar params (params.dict struct), blob params params.blobs and optional meta information params.name and params.type of layer instance.

Built-in layers listed below partially reproduce functionality of corresponding Caffe and Torch7 layers. In partuclar, the following layers and Caffe importer were tested to reproduce Caffe functionality:

See also
Method Details
Access public
Sealed false
Static false