| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.BlobPointerVector |
opencv_dnn.BlobPointerVector.put(long i,
opencv_dnn.Blob value) |
opencv_dnn.BlobPointerVector |
opencv_dnn.BlobPointerVector.put(opencv_dnn.Blob... array) |
opencv_dnn.BlobPointerVector |
opencv_dnn.BlobPointerVector.put(opencv_dnn.BlobPointerVector x) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_dnn.Layer._allocate(opencv_dnn.BlobPointerVector input,
opencv_dnn.BlobVector output)
\brief Allocates internal buffers and output blobs with respect to the shape of inputs.
|
void |
opencv_dnn.Layer.forward(opencv_dnn.BlobPointerVector input,
opencv_dnn.BlobVector output)
\brief Given the \p input blobs, computes the output \p blobs.
|
opencv_dnn.BlobPointerVector |
opencv_dnn.BlobPointerVector.put(opencv_dnn.BlobPointerVector x) |
Copyright © 2017. All rights reserved.