OpenCV
3.2.0
Open Source Computer Vision
|
This is the complete list of members for cv::dnn::Blob, including all inherited members.
ALLOC_BOTH enum value | cv::dnn::Blob | |
ALLOC_MAT enum value | cv::dnn::Blob | |
ALLOC_UMAT enum value | cv::dnn::Blob | |
AllocFlag enum name | cv::dnn::Blob | |
batchFromImages(InputArray image, int dstCn=-1) | cv::dnn::Blob | |
Blob() | cv::dnn::Blob | |
Blob(const BlobShape &shape, int type=CV_32F, int allocFlags=ALLOC_MAT) | cv::dnn::Blob | explicit |
Blob(InputArray data) | cv::dnn::Blob | |
canonicalAxis(int axis) const | cv::dnn::Blob | |
channels() const | cv::dnn::Blob | |
cols() const | cv::dnn::Blob | |
create(const BlobShape &shape, int type=CV_32F, int allocFlags=ALLOC_MAT) | cv::dnn::Blob | |
DataState enum name | cv::dnn::Blob | |
dims() const | cv::dnn::Blob | |
elemSize() const | cv::dnn::Blob | |
equalShape(const Blob &other) const | cv::dnn::Blob | |
fill(InputArray in) | cv::dnn::Blob | |
fill(const BlobShape &shape, int type, void *data, bool deepCopy=true) | cv::dnn::Blob | |
fromImages(InputArray image, int dstCn=-1) | cv::dnn::Blob | static |
getPlane(int n, int cn) | cv::dnn::Blob | |
getPlanes(int n) | cv::dnn::Blob | |
getRef(bool writeOnly=true) | cv::dnn::Blob | |
getRefConst() const | cv::dnn::Blob | |
getState() const | cv::dnn::Blob | |
HEAD_AT_MAT enum value | cv::dnn::Blob | |
HEAD_AT_UMAT enum value | cv::dnn::Blob | |
matRef(bool writeOnly=true) | cv::dnn::Blob | |
matRefConst() const | cv::dnn::Blob | |
num() const | cv::dnn::Blob | |
offset(const Vec< int, n > &pos) const | cv::dnn::Blob | |
offset(int n=0, int cn=0, int row=0, int col=0) const | cv::dnn::Blob | |
ptr(int n=0, int cn=0, int row=0, int col=0) | cv::dnn::Blob | |
ptr(int n=0, int cn=0, int row=0, int col=0) | cv::dnn::Blob | |
ptrf(int n=0, int cn=0, int row=0, int col=0) | cv::dnn::Blob | |
reshape(const BlobShape &shape) | cv::dnn::Blob | |
reshaped(const BlobShape &newShape) const | cv::dnn::Blob | |
rows() const | cv::dnn::Blob | |
setTo(InputArray value, int allocFlags=-1) | cv::dnn::Blob | |
shape() const | cv::dnn::Blob | |
shape4() const | cv::dnn::Blob | |
shareFrom(const Blob &blob) | cv::dnn::Blob | |
size(int axis) const | cv::dnn::Blob | |
size2() const | cv::dnn::Blob | |
sync() const | cv::dnn::Blob | |
SYNCED enum value | cv::dnn::Blob | |
total(int startAxis=0, int endAxis=INT_MAX) const | cv::dnn::Blob | |
type() const | cv::dnn::Blob | |
umatRef(bool writeOnly=true) | cv::dnn::Blob | |
umatRefConst() const | cv::dnn::Blob | |
UNINITIALIZED enum value | cv::dnn::Blob | |
updateMat(bool syncData=true) const | cv::dnn::Blob | |
updateUMat(bool syncData=true) const | cv::dnn::Blob | |
xsize(int axis) const | cv::dnn::Blob |