Searched refs:integralcols (Results 1 – 1 of 1) sorted by relevance
491 const int integralcols = imagecols + 1; in smoothedIntensity() local534 const int* ptr_integral = integral.ptr<int>() + x_left + integralcols * y_top + 1; in smoothedIntensity()539 ptr_integral += integralcols; in smoothedIntensity()543 ptr_integral += dy * integralcols; in smoothedIntensity()547 ptr_integral += integralcols; in smoothedIntensity()551 ptr_integral -= integralcols; in smoothedIntensity()555 ptr_integral -= dy * integralcols; in smoothedIntensity()