6    public static partial class ConvolutionOperations
 
   16            return M.Convolute(detectVerticalEdgesSharrKernel);
 
   27            return M.Convolute(detectVerticalEdgesSharrKernel);
 
   38            return M.Convolute(detectVerticalEdgesSharrKernel);
 
Implements a Matrix, basic component for computations in Image Processing and Computer Vision.