OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
CvSparseMat Struct Reference

#include "types_c.h"

Collaboration diagram for CvSparseMat:

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

Referenced by cvGetNextSparseNode().

◆ hashtable

void** CvSparseMat::hashtable

Referenced by cvGetNextSparseNode().

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