Lines Matching defs:dense
1415 CvMatND dense;
1481 dense = *(CvMatND*)hist->bins;
1482 dense.type = (dense.type & ~CV_MAT_TYPE_MASK) | CV_32SC1;
1491 CV_CALL( cvConvert( (CvMatND*)hist->bins, &dense ));
1529 CV_CALL( cvConvert( &dense, (CvMatND*)hist->bins ));
2242 CV_ERROR( CV_StsBadArg, "The function supports dense histograms only" );