OpenCV  3.4.16
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
CvSparseMat Struct Reference

#include <opencv2/core/types_c.h>

Public Member Functions

void copyToSparseMat (cv::SparseMat &m) const
 

Public Attributes

int dims
 
int hashsize
 
void ** hashtable
 
int hdr_refcount
 
struct CvSetheap
 
int idxoffset
 
int * refcount
 
int size [32]
 
int type
 
int valoffset
 

Member Function Documentation

◆ copyToSparseMat()

void CvSparseMat::copyToSparseMat ( cv::SparseMat m) const

Member Data Documentation

◆ dims

int CvSparseMat::dims

◆ hashsize

int CvSparseMat::hashsize

◆ hashtable

void** CvSparseMat::hashtable

◆ hdr_refcount

int CvSparseMat::hdr_refcount

◆ heap

struct CvSet* CvSparseMat::heap

◆ idxoffset

int CvSparseMat::idxoffset

◆ refcount

int* CvSparseMat::refcount

◆ size

int CvSparseMat::size[32]

◆ type

int CvSparseMat::type

◆ valoffset

int CvSparseMat::valoffset

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