OpenCV  2.4.13.5
Open Source Computer Vision
cv::SparseMat::Hdr Struct Reference

the sparse matrix header More...

#include <core.hpp>

Public Member Functions

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

Public Attributes

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

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

vector<size_t> cv::SparseMat::Hdr::hashtab

§ nodeCount

size_t cv::SparseMat::Hdr::nodeCount

§ nodeSize

size_t cv::SparseMat::Hdr::nodeSize

§ pool

vector<uchar> cv::SparseMat::Hdr::pool

§ refcount

int cv::SparseMat::Hdr::refcount

§ size

int cv::SparseMat::Hdr::size[CV_MAX_DIM]

§ valueOffset

int cv::SparseMat::Hdr::valueOffset

The documentation for this struct was generated from the following file: