sumpixels.cpp | 428 void cv::integral( InputArray _src, OutputArray _sum, OutputArray _sqsum, OutputArray _tilted, int sdepth, int sqdepth ) function in class:cv 536 void cv::integral( InputArray src, OutputArray sum, int sdepth ) function in class:cv 538 integral( src, sum, noArray(), noArray(), sdepth ); 541 void cv::integral( InputArray src, OutputArray sum, OutputArray sqsum, int sdepth, int sqdepth ) function in class:cv 543 integral( src, sum, sqsum, noArray(), sdepth, sqdepth ); 566 cv::integral( src, sum, psqsum ? cv::_OutputArray(*psqsum) : cv::_OutputArray(),
|