| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.MatPointerVector |
opencv_dnn.MatPointerVector.push_back(opencv_core.Mat value) |
opencv_dnn.MatPointerVector |
opencv_dnn.MatPointerVector.put(long i,
opencv_core.Mat value) |
opencv_dnn.MatPointerVector |
opencv_dnn.MatPointerVector.put(opencv_core.Mat... array) |
opencv_dnn.MatPointerVector |
opencv_dnn.MatPointerVector.put(opencv_core.Mat value) |
opencv_dnn.MatPointerVector |
opencv_dnn.MatPointerVector.put(opencv_dnn.MatPointerVector x) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_dnn.Layer.applyHalideScheduler(opencv_dnn.BackendNode node,
opencv_dnn.MatPointerVector inputs,
opencv_core.MatVector outputs,
int targetId)
\brief Automatic Halide scheduling based on layer hyper-parameters.
|
void |
opencv_dnn.Layer.finalize(opencv_dnn.MatPointerVector input,
opencv_core.MatVector output)
\brief Computes and sets internal parameters according to inputs, outputs and blobs.
|
void |
opencv_dnn.Layer.forward(opencv_dnn.MatPointerVector input,
opencv_core.MatVector output,
opencv_core.MatVector internals)
\brief Given the \p input blobs, computes the output \p blobs.
|
opencv_dnn.MatPointerVector |
opencv_dnn.MatPointerVector.put(opencv_dnn.MatPointerVector x) |
Copyright © 2018. All rights reserved.