Convolution filter operation with the 3x3 kernel. Each pixel from the input image and its eight neighboring pixels are multiplied with the corresponding value in the kernel matrix and finally, all multiplied values are added together to achieve final output value.