ImageKernelConvolution abstract method
Apply custom square convolution kernel to image
Implementation
void ImageKernelConvolution(
ImageStructType image,
List<double> kernel,
);
Apply custom square convolution kernel to image
void ImageKernelConvolution(
ImageStructType image,
List<double> kernel,
);