Home
last modified time | relevance | path

Searched refs:integralcols (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dbrisk.cpp491 const int integralcols = imagecols + 1; in smoothedIntensity() local
534 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()