Home | History | Annotate | Download | only in src

Lines Matching refs:CV_IS_SPARSE_MAT

197     if( !CV_IS_SPARSE_MAT(hist->bins) )
416 if( CV_IS_SPARSE_MAT(hist1->bins) != CV_IS_SPARSE_MAT(hist2->bins))
434 if( !CV_IS_SPARSE_MAT(hist1->bins))
673 is_sparse = CV_IS_SPARSE_MAT(src->bins);
678 if( dst && is_sparse == CV_IS_SPARSE_MAT(dst->bins))
2408 if(!CV_IS_SPARSE_MAT(h->bins)){