Commit be1f084c authored by Ilya Lysenkov's avatar Ilya Lysenkov

Updated CvSparseMat doc (ticket #679)

parent 4a1ccbee
...@@ -948,7 +948,6 @@ Multi-dimensional sparse multi-channel array. ...@@ -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. ...@@ -1010,13 +1009,6 @@ Multi-dimensional sparse multi-channel array.
.. attribute:: total
Total number of sparse array nodes
.. attribute:: valoffset .. attribute:: valoffset
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment