typedef struct CvSparseMat

来源:互联网 发布:mkv播放器下载mac 编辑:程序博客网 时间:2024/06/12 21:03
typedef struct CvSparseMat{    int type;    int dims;    int* refcount;    int hdr_refcount;    struct CvSet* heap;    void** hashtable;    int hashsize;    int valoffset;    int idxoffset;    int size[CV_MAX_DIM];}CvSparseMat;

原创粉丝点击