struct CvSparseMat
#include <types_c.h> struct CvSparseMat { // fields int dims; int hashsize; void** hashtable; int hdr_refcount; struct CvSet* heap; int idxoffset; int* refcount; int size[32]; int type; int valoffset; // methods void copyToSparseMat(cv::SparseMat& m) const; };