| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.DictValue |
opencv_dnn.Dict.get(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(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)
|
void |
opencv_dnn.Net.forward(opencv_dnn.DictValue toLayer)
\brief Runs forward pass to compute output of layer \p toLayer.
|
opencv_dnn.Layer |
opencv_dnn.Net.getLayer(opencv_dnn.DictValue layerId)
\brief Returns pointer to layer with specified name which the network use.
|
opencv_dnn.Blob |
opencv_dnn.Net.getParam(opencv_dnn.DictValue layer) |
opencv_dnn.Blob |
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) |
| Constructor and Description |
|---|
DictValue(opencv_dnn.DictValue r) |
Copyright © 2017. All rights reserved.