| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.DictValue |
opencv_dnn.Dict.get(org.bytedeco.javacpp.BytePointer key)
If the \p key in the dictionary then returns its value, else an error will be generated.
|
opencv_dnn.DictValue |
opencv_dnn.Dict.get(String key) |
opencv_dnn.DictValue |
opencv_dnn.Dict.ptr(org.bytedeco.javacpp.BytePointer key)
If the \p key in the dictionary then returns pointer to its value, else returns NULL.
|
opencv_dnn.DictValue |
opencv_dnn.Dict.ptr(String key) |
opencv_dnn.DictValue |
opencv_dnn.DictValue.put(opencv_dnn.DictValue r) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_dnn.Net.deleteLayer(opencv_dnn.DictValue layer)
\brief Delete layer for the network (not implemented yet)
|
opencv_dnn.Layer |
opencv_dnn.Net.getLayer(opencv_dnn.DictValue layerId)
\brief Returns pointer to layer with specified id or name which the network use.
|
opencv_core.Mat |
opencv_dnn.Net.getParam(opencv_dnn.DictValue layer) |
opencv_core.Mat |
opencv_dnn.Net.getParam(opencv_dnn.DictValue layer,
int numParam)
\brief Returns parameter blob of the layer.
|
opencv_dnn.DictValue |
opencv_dnn.DictValue.put(opencv_dnn.DictValue r) |
void |
opencv_dnn.Net.setParam(opencv_dnn.DictValue layer,
int numParam,
opencv_core.Mat blob)
\brief Sets the new value for the learned param of the layer.
|
| Constructor and Description |
|---|
DictValue(opencv_dnn.DictValue r) |
Copyright © 2018. All rights reserved.