Package | Description |
---|---|
org.opencv.dnn |
Modifier and Type | Method and Description |
---|---|
static DictValue |
DictValue.__fromPtr__(long addr) |
Modifier and Type | Method and Description |
---|---|
Layer |
Net.getLayer(DictValue layerId)
Returns pointer to layer with specified id or name which the network use.
|
Mat |
Net.getParam(DictValue layer)
Returns parameter blob of the layer.
|
Mat |
Net.getParam(DictValue layer,
int numParam)
Returns parameter blob of the layer.
|
void |
Net.setParam(DictValue layer,
int numParam,
Mat blob)
Sets the new value for the learned param of the layer.
|
Copyright © 2020. All rights reserved.