We all know the separability property of a Gaussian Kernel. Are there any other Separable Blur Kernel which are common?
I'm looking for a kernel which decreases almost as fast as Gaussian Blur.
I can't use Gaussian Blur for various reasons. I would prefer something which doesn't require Trigonometric Functions (Else I would use some kind of "Windows" like Hann).
Thanks.