the sparse matrix header
More...
#include <opencv2/core/mat.hpp>
|
| Hdr (int _dims, const int *_sizes, int _type) |
|
void | clear () |
|
◆ Hdr()
cv::SparseMat::Hdr::Hdr |
( |
int |
_dims, |
|
|
const int * |
_sizes, |
|
|
int |
_type |
|
) |
| |
◆ clear()
void cv::SparseMat::Hdr::clear |
( |
| ) |
|
◆ dims
int cv::SparseMat::Hdr::dims |
◆ freeList
size_t cv::SparseMat::Hdr::freeList |
◆ hashtab
std::vector<size_t> cv::SparseMat::Hdr::hashtab |
◆ nodeCount
size_t cv::SparseMat::Hdr::nodeCount |
◆ nodeSize
size_t cv::SparseMat::Hdr::nodeSize |
◆ pool
std::vector<uchar> cv::SparseMat::Hdr::pool |
◆ refcount
int cv::SparseMat::Hdr::refcount |
◆ size
int cv::SparseMat::Hdr::size[MAX_DIM] |
◆ valueOffset
int cv::SparseMat::Hdr::valueOffset |
The documentation for this struct was generated from the following file: