| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_dnn |
| Modifier and Type | Method and Description |
|---|---|
DictValue |
Dict.get(BytePointer key)
If the \p key in the dictionary then returns its value, else an error will be generated.
|
DictValue |
Dict.get(BytePointer key)
If the \p key in the dictionary then returns its value, else an error will be generated.
|
DictValue |
Dict.get(String key) |
DictValue |
Dict.get(String key) |
DictValue |
Dict.ptr(BytePointer key)
If the \p key in the dictionary then returns pointer to its value, else returns NULL.
|
DictValue |
Dict.ptr(BytePointer key)
If the \p key in the dictionary then returns pointer to its value, else returns NULL.
|
DictValue |
Dict.ptr(String key) |
DictValue |
Dict.ptr(String key) |
DictValue |
DictValue.put(DictValue r) |
DictValue |
DictValue.put(DictValue r) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
Net.getLayer(DictValue layerId)
Deprecated.
to be removed
|
Layer |
Net.getLayer(DictValue layerId)
Deprecated.
to be removed
|
DictValue |
DictValue.put(DictValue r) |
DictValue |
DictValue.put(DictValue r) |
| Constructor and Description |
|---|
DictValue(DictValue r) |
DictValue(DictValue r) |
Copyright © 2022. All rights reserved.