Hello, I'm currently studying a Deriche filter. I've managed to create python program for derivative smoothing from this article [1]. As I understand, Deriche used one α for smoothing in both directions - X and Y, so this filter seems to me isotrophic. Is it correct way to use two alphas − α_x and α_y to add anistrophy?

Can someone please explain me the relaion between α in Deriche filter and σ in Gaussian filter? In [1] i found an equation picture, but i do not understand the symbol П. Is it π? To my mind, it's not, because in the article they took α = 0.14 and σ = 10. From these values П = 625/19≈3.1887755.

Thank you.

[1]: Deriche, R. (1990). Fast algorithms for low-level vision. IEEE Transactions on Pattern Analysis and Machine Intelligence, 12(1), 78–87. doi:10.1109/34.41386

More Timur Khairullin's questions See All
Similar questions and discussions