Space Variant Bluring
Hi all, I want to apply gaussian blur with each pixel having separate sigma values. That is, i have a sigma matrix with size, same as the image. Any idea?
Hi all, I want to apply gaussian blur with each pixel having separate sigma values. That is, i have a sigma matrix with size, same as the image. Any idea?
Asked: 2017-02-14 12:23:51 -0600
Seen: 155 times
Last updated: Feb 14 '17
You have to sum the result of multiply kernel by image neighborhood
kernel must be symetric