Image Processing 3 - Image Convolution

Last article Morphology , this one explains convolution
1. Convolves
   It means to operate on every part of the image. The operations on the image can be regarded as the special personal light of convolution
 
   void filter2D(
        InputArray src,
        OutputArray dst,
        int ddepth,
        Inp

Guess you like

Origin blog.csdn.net/u013480226/article/details/122955938