| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_dnn.Blob |
opencv_dnn.Blob.fromImages(opencv_core.Mat image) |
static opencv_dnn.Blob |
opencv_dnn.Blob.fromImages(opencv_core.Mat image,
int dstCn)
\brief Constructs 4-dimensional blob (so-called batch) from image or array of images.
|
static opencv_dnn.Blob |
opencv_dnn.Blob.fromImages(opencv_core.UMat image) |
static opencv_dnn.Blob |
opencv_dnn.Blob.fromImages(opencv_core.UMat image,
int dstCn) |
opencv_dnn.Blob |
opencv_dnn.BlobVector.get(long i) |
opencv_dnn.Blob |
opencv_dnn.BlobPointerVector.get(long i) |
opencv_dnn.Blob |
opencv_dnn.Net.getBlob(BytePointer outputName)
\brief Returns the layer output blob.
|
opencv_dnn.Blob |
opencv_dnn.Net.getBlob(String outputName) |
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.Blob |
opencv_dnn.Blob.position(long position) |
opencv_dnn.Blob |
opencv_dnn.Blob.reshape(opencv_dnn.BlobShape shape)
\brief Changes shape of the blob without copying the data.
|
opencv_dnn.Blob |
opencv_dnn.Blob.reshaped(opencv_dnn.BlobShape newShape)
\brief Changes shape of the blob without copying the data.
|
opencv_dnn.Blob |
opencv_dnn.Blob.shareFrom(opencv_dnn.Blob blob)
\brief Shares data from other \p blob.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_dnn.Blob.equalShape(opencv_dnn.Blob other)
\brief Checks equality of two blobs shapes.
|
opencv_dnn.BlobVector |
opencv_dnn.BlobVector.put(long i,
opencv_dnn.Blob value) |
opencv_dnn.BlobPointerVector |
opencv_dnn.BlobPointerVector.put(long i,
opencv_dnn.Blob value) |
opencv_dnn.BlobVector |
opencv_dnn.BlobVector.put(opencv_dnn.Blob... array) |
opencv_dnn.BlobPointerVector |
opencv_dnn.BlobPointerVector.put(opencv_dnn.Blob... array) |
void |
opencv_dnn.Net.setBlob(BytePointer outputName,
opencv_dnn.Blob blob)
\brief Sets the new value for the layer output blob
|
void |
opencv_dnn.Net.setBlob(String outputName,
opencv_dnn.Blob blob) |
opencv_dnn.Blob |
opencv_dnn.Blob.shareFrom(opencv_dnn.Blob blob)
\brief Shares data from other \p blob.
|
| Constructor and Description |
|---|
BlobPointerVector(opencv_dnn.Blob... array) |
BlobVector(opencv_dnn.Blob... array) |
Copyright © 2017. All rights reserved.