| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_dnn.BlobShape |
opencv_dnn.BlobShape.add(opencv_dnn.BlobShape r)
Contacenates two shapes.
|
static opencv_dnn.BlobShape |
opencv_dnn.BlobShape.all(int ndims) |
static opencv_dnn.BlobShape |
opencv_dnn.BlobShape.all(int ndims,
int fill)
Creates n-dim shape and fill its by \p fill
|
static opencv_dnn.BlobShape |
opencv_dnn.BlobShape.empty()
Returns empty shape [].
|
static opencv_dnn.BlobShape |
opencv_dnn.BlobShape.like(opencv_core.Mat m)
Returns shape of passed Mat.
|
static opencv_dnn.BlobShape |
opencv_dnn.BlobShape.like(opencv_core.UMat m)
Returns shape of passed UMat.
|
opencv_dnn.BlobShape |
opencv_dnn.BlobShape.position(long position) |
opencv_dnn.BlobShape |
opencv_dnn.Blob.shape()
\brief Returns shape of the blob.
|
opencv_dnn.BlobShape |
opencv_dnn.BlobShape.slice(int startAxis) |
opencv_dnn.BlobShape |
opencv_dnn.BlobShape.slice(int startAxis,
int endAxis)
\brief Constructs new shape from axes in range [\p startAxis; \p endAxis).
|
| 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.
|
opencv_dnn.BlobShape |
opencv_dnn.BlobShape.add(opencv_dnn.BlobShape r)
Contacenates two shapes.
|
void |
opencv_dnn.Blob.create(opencv_dnn.BlobShape shape) |
void |
opencv_dnn.Blob.create(opencv_dnn.BlobShape shape,
int type,
int allocFlags)
\brief Creates blob with specified \p shape and \p type.
|
boolean |
opencv_dnn.BlobShape.equal(opencv_dnn.BlobShape other)
Checks equality of two shapes.
|
boolean |
opencv_dnn.BlobShape.equals(opencv_dnn.BlobShape r)
\sa equal()
|
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.
|
| Constructor and Description |
|---|
Blob(opencv_dnn.BlobShape shape) |
Blob(opencv_dnn.BlobShape shape,
int type,
int allocFlags)
\brief Constructs blob with specified \p shape and \p type.
|
Copyright © 2017. All rights reserved.