6 public static partial class ConvolutionOperations
15 return M.Convolute(detectVerticalEdgesSobelKernel);
25 return M.Convolute(detectVerticalEdgesSobelKernel);
35 return M.Convolute(detectVerticalEdgesSobelKernel);
Implements a Matrix, basic component for computations in Image Processing and Computer Vision.