MDN documentation explains that the filter blur function applies a Gaussian blur to the input image. After comparing it with OpenCV's GaussianBlur, I noticed that their effects are not identical.
I am looking to achieve a similar effect using CSS3's filter blur feature. Can anyone guide me on where to find the algorithm for this?