How to soften edges of texture, 'rounding' it? The actual problem is to soften edges of QR code width width n pixels, like here. I need some simple algorithm without heavy calculations, or at least some ready made libraries in Java/C++.

enter image description hereenter image description here

link|improve this question

33% accept rate
feedback

1 Answer

A few links that might help:

http://asserttrue.blogspot.com/2010/08/implementing-smart-blur-in-java.html

Fastest Gaussian blur implementation

link|improve this answer
There is. One of the way to rounding corner is box blur effect which is subset of Gaussian blur. But I think Gaussian blur is overhear in calcualations. Looking for something faster. – BoBaH32 Oct 29 '11 at 21:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.