First time here? Check out the FAQ!
answered 2015-03-18 09:56:06 -0600
This is due to cv::integral(). It creates output of (rows + 1, cols + 1) size (adds extra 0 row and column), so the stride between rows of integral sum images grows to width + 1.
cv::integral()
width + 1