Searched refs:imagecols (Results 1 – 1 of 1) sorted by relevance
461 const int& imagecols = image.cols; in smoothedIntensity() local491 const int integralcols = imagecols + 1; in smoothedIntensity()523 const uchar* ptr = image.ptr() + x_left + imagecols * y_top; in smoothedIntensity()528 ptr += dy * imagecols + 1; in smoothedIntensity()571 const uchar* ptr = image.ptr() + x_left + imagecols * y_top; in smoothedIntensity()582 ptr += imagecols - dx - 1; in smoothedIntensity()583 const uchar* end_j = ptr + dy * imagecols; in smoothedIntensity()584 for (; ptr < end_j; ptr += imagecols - dx - 1) in smoothedIntensity()2190 const int& imagecols = image.cols; in value() local2204 const uchar* ptr = image.ptr() + x + y * imagecols; in value()[all …]