Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LowPass Skin Smoothing #25

Open
swakez opened this issue Oct 30, 2019 · 0 comments
Open

LowPass Skin Smoothing #25

swakez opened this issue Oct 30, 2019 · 0 comments

Comments

@swakez
Copy link

swakez commented Oct 30, 2019

Hi, thanks for creating this awesome repository.

I am a newbie at writing shader string, so can you please suggest me a way to target the low-frequency areas in the image just like you are creating the high pass filter in the following way, to target the high frequencies areas of the image

highpass.rgb = image.rgb - gaussianBlurredImage.rgb + vec3(0.5,0.5,0.5)

Any help would be highly appreciated. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant