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

请问下 这个有磨皮的滤镜吗? #501

Open
luochen001 opened this issue Jun 10, 2022 · 4 comments
Open

请问下 这个有磨皮的滤镜吗? #501

luochen001 opened this issue Jun 10, 2022 · 4 comments

Comments

@luochen001
Copy link

beautify face的效果不是很明显,beautify bilateral这个双边滤波会把衣服给糊了 这个应该怎么调整 师兄可以指点下吗

@wysaid
Copy link
Owner

wysaid commented Jun 10, 2022

加上高反差保留。

@luochen001
Copy link
Author

加上高反差保留。

师兄 cgeBeautifyFilter.cpp 这个里面是已经有高反差保留的了吧 我用了这个滤镜 感觉没有效果 所以想问下应该怎么改

@wysaid
Copy link
Owner

wysaid commented Jun 16, 2022

加上高反差保留。

师兄 cgeBeautifyFilter.cpp 这个里面是已经有高反差保留的了吧 我用了这个滤镜 感觉没有效果 所以想问下应该怎么改

自带的demo里面有一个例子, 有效果啊。 你如果说效果不够强, 那肯定是的, 如果你要保持相似的强度, 就得增加采样次数。 你需要自己写一下, 分pass实现, 把原图绘制到一张小分辨率图上去做模糊, 然后作为中间结果传进来直接用

@luochen001
Copy link
Author

加上高反差保留。

师兄 cgeBeautifyFilter.cpp 这个里面是已经有高反差保留的了吧 我用了这个滤镜 感觉没有效果 所以想问下应该怎么改

自带的demo里面有一个例子, 有效果啊。 你如果说效果不够强, 那肯定是的, 如果你要保持相似的强度, 就得增加采样次数。 你需要自己写一下, 分pass实现, 把原图绘制到一张小分辨率图上去做模糊, 然后作为中间结果传进来直接用

好的 我就是想表达效果强度不够 那我去试试 谢谢师兄

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

2 participants