silvaren / easyrs

Convenience RenderScript tools for processing common Android formats such as Bitmap and NV21.
MIT License
155 stars 25 forks source link

rs blur type #14

Open anilsathyan7 opened 5 years ago

anilsathyan7 commented 5 years ago

Hi, what is the type of blur used here? Gaussian, Box or any other? What could be the opencv equivalent of the same?I tried to replicate the result with opencv gaussian blur with same kernel size; but result seems to be different