When I asked this question in issues on github,
the author’s reply was like this:
“For performance reasons now you can perform only box-blur. However. in practice performing box-blur twice looks quite similar to Gaussian blur.”
But i want to know why you say “For performance reasons now you can perform only box-blur”?
My CPU frequency is 1G HZ
Also, are there any useful third-party libraries or examples? i want to test
Thanks a lot, I don’t know much about Gaussian blur and box-bur yet.