Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android BlurMaskFilter

Can anyone confirm that the Android BlurMaskFilter Method is based on Gaussian Blur (and not e.g. mean blur)? I'm really surprised that the documentation is not explicit here.

like image 951
Settembrini Avatar asked Dec 09 '25 17:12

Settembrini


1 Answers

In referencing the code here, I can assume that it is based off of the Gaussian Blur method.

I completely agree with your documentation point, crazy to have to dig through the source for this info.

like image 138
StephenG Avatar answered Dec 12 '25 11:12

StephenG