Updated CvSparseMat doc (ticket #679)
authorIlya Lysenkov <no@email>
Wed, 8 Jun 2011 13:22:09 +0000 (13:22 +0000)
committerIlya Lysenkov <no@email>
Wed, 8 Jun 2011 13:22:09 +0000 (13:22 +0000)
doc/opencv1/c/core_basic_structures.rst

index 43ececd..ec330aa 100644 (file)
@@ -948,7 +948,6 @@ Multi-dimensional sparse multi-channel array.
         struct CvSet* heap; 
         void** hashtable; 
         int hashsize;
-        int total; 
         int valoffset; 
         int idxoffset; 
         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