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