Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

AFAIK there is no 1D convolution filter (horizontal or vertical) in OpenCV.

However it is easy to implement using three for loops (two to go through the pixels, one for the sum of the products).