OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
CvSparseMat Struct Reference

#include "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

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

Member Data Documentation

int CvSparseMat::dims
int CvSparseMat::hashsize
void** CvSparseMat::hashtable
int CvSparseMat::hdr_refcount
struct CvSet* CvSparseMat::heap
int CvSparseMat::idxoffset
int* CvSparseMat::refcount
int CvSparseMat::size[32]
int CvSparseMat::type
int CvSparseMat::valoffset

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