HomeSort by relevance Sort by last modified time
    Searched refs:is_sparse (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvhistogram.cpp 658 int is_sparse; local
673 is_sparse = CV_IS_SPARSE_MAT(src->bins);
678 if( dst && is_sparse == CV_IS_SPARSE_MAT(dst->bins))
696 !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ));
797 int is_sparse = CV_IS_SPARSE_HIST( hist ); local
811 if( !is_sparse )
834 if( !is_sparse )
875 int is_sparse = CV_IS_SPARSE_HIST(hist); local
888 if( !is_sparse )
1127 int is_sparse = CV_IS_SPARSE_HIST(hist); local
1558 int is_sparse = CV_IS_SPARSE_HIST(hist); local
1818 int is_sparse = CV_IS_SPARSE_HIST(hist); local
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 1163 int is_sparse = CV_IS_SPARSE_MAT(sample); local
    [all...]
  /external/avb/
avbtool 631 is_sparse: Whether the file being operated on is sparse.
665 self.is_sparse = False
772 self.is_sparse = True
797 if not self.is_sparse:
828 if not self.is_sparse:
861 if not self.is_sparse:
904 if not self.is_sparse:
957 if not self.is_sparse:
    [all...]

Completed in 392 milliseconds