mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Updated CvSparseMat doc (ticket #679)
This commit is contained in:
parent
4a1ccbeee6
commit
be1f084c54
@ -948,7 +948,6 @@ Multi-dimensional sparse multi-channel array.
|
|||||||
struct CvSet* heap;
|
struct CvSet* heap;
|
||||||
void** hashtable;
|
void** hashtable;
|
||||||
int hashsize;
|
int hashsize;
|
||||||
int total;
|
|
||||||
int valoffset;
|
int valoffset;
|
||||||
int idxoffset;
|
int idxoffset;
|
||||||
int size[CV_MAX_DIM];
|
int size[CV_MAX_DIM];
|
||||||
@ -1010,13 +1009,6 @@ Multi-dimensional sparse multi-channel array.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. attribute:: total
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Total number of sparse array nodes
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. attribute:: valoffset
|
.. attribute:: valoffset
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user