OpenCV  4.4.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::SparseMat::Hdr Struct Reference

the sparse matrix header More...

#include <opencv2/core/mat.hpp>

Public Member Functions

 Hdr (int _dims, const int *_sizes, int _type)
 
void clear ()
 

Public Attributes

int dims
 
size_t freeList
 
std::vector< size_t > hashtab
 
size_t nodeCount
 
size_t nodeSize
 
std::vector< ucharpool
 
int refcount
 
int size [MAX_DIM]
 
int valueOffset
 

Detailed Description

the sparse matrix header

Constructor & Destructor Documentation

◆ Hdr()

cv::SparseMat::Hdr::Hdr ( int  _dims,
const int *  _sizes,
int  _type 
)

Member Function Documentation

◆ clear()

void cv::SparseMat::Hdr::clear ( )

Member Data Documentation

◆ 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: