ImageKernelConvolution method
Apply custom square convolution kernel to image
Implementation
void ImageKernelConvolution(Pointer<ImageC> image, Pointer<Float> kernel, int kernelSize)
=> _ImageKernelConvolution(image, kernel, kernelSize);
Apply custom square convolution kernel to image
void ImageKernelConvolution(Pointer<ImageC> image, Pointer<Float> kernel, int kernelSize)
=> _ImageKernelConvolution(image, kernel, kernelSize);