| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.BlobShape |
opencv_dnn.BlobShape.position(long position) |
opencv_dnn.BlobShape |
opencv_dnn.Blob.shape()
\brief Returns shape of the blob.
|
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_dnn.Blob._fill(opencv_dnn.BlobShape shape,
int type,
Pointer data) |
void |
opencv_dnn.Blob._fill(opencv_dnn.BlobShape shape,
int type,
Pointer data,
boolean deepCopy)
\brief Creates blob from user data.
|
void |
opencv_dnn.Blob.create(opencv_dnn.BlobShape shape) |
void |
opencv_dnn.Blob.create(opencv_dnn.BlobShape shape,
int type)
\brief Creates blob with specified \p shape and \p type.
|
boolean |
opencv_dnn.BlobShape.equal(opencv_dnn.BlobShape other)
\brief Checks equality of two shapes.
|
boolean |
opencv_dnn.BlobShape.equals(opencv_dnn.BlobShape r) |
opencv_dnn.Blob |
opencv_dnn.Blob.reshape(opencv_dnn.BlobShape shape)
\brief Changes shape of the blob without copying the data.
|
| Constructor and Description |
|---|
opencv_dnn.Blob(opencv_dnn.BlobShape shape) |
opencv_dnn.Blob(opencv_dnn.BlobShape shape,
int type)
\brief Constructs blob with specified \p shape and \p type.
|
Copyright © 2016. All rights reserved.