Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.