Concept
Gaussian Blur 0
Gaussian Blur is a widely used image processing technique that applies a Gaussian function to smooth and reduce noise in images, making it particularly useful for pre-processing in computer vision tasks. It works by convolving the image with a Gaussian kernel, which results in a weighted average of the surrounding pixels, thus blurring the image in a controlled manner.
Relevant Degrees