Home | History | Annotate | Download | only in src

Lines Matching full:accumulate

1225                    const float** ranges, bool uniform, bool accumulate )
1241 !accumulate && uniform)
1267 if( !accumulate || histdata != hist.data )
1429 const float** ranges, bool uniform, bool accumulate, bool keepInt )
1433 if( !accumulate )
1539 const float** ranges, bool uniform, bool accumulate )
1543 ranges, uniform, accumulate, false );
1551 bool accumulate )
1554 channels[0] == 0 && images.isUMatVector() && mask.empty() && !accumulate &&
1578 true, accumulate);
3177 cvCalcArrHist( CvArr** img, CvHistogram* hist, int accumulate, const CvArr* mask )
3215 H, cvGetDims(hist->bins), H.size, ranges, uniform, accumulate != 0 );
3221 if( !accumulate )
3226 sH.dims() > 0 ? sH.hdr->size : 0, ranges, uniform, accumulate != 0, true );
3228 if( accumulate )