cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
8.95k stars 2.26k forks source link

Add texel spacing multiplier for Bilateral blur filter #524

Open phucynwa opened 3 years ago

phucynwa commented 3 years ago

What does this change?

Add a texel spacing multiplier variable to class GPUImageBilateralBlurFilter

What is the value of this and can you measure success?

This makes the Bilateral blur more flexible and clear. A larger texel spacing (i.e. 4.0f) instead of only 1.0f like current.

Screenshots

Screenshot_1621273179 Screenshot_1621273199

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.