-
Notifications
You must be signed in to change notification settings - Fork 475
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
Comments
加上高反差保留。 |
师兄 cgeBeautifyFilter.cpp 这个里面是已经有高反差保留的了吧 我用了这个滤镜 感觉没有效果 所以想问下应该怎么改 |
自带的demo里面有一个例子, 有效果啊。 你如果说效果不够强, 那肯定是的, 如果你要保持相似的强度, 就得增加采样次数。 你需要自己写一下, 分pass实现, 把原图绘制到一张小分辨率图上去做模糊, 然后作为中间结果传进来直接用 |
好的 我就是想表达效果强度不够 那我去试试 谢谢师兄 |
beautify face的效果不是很明显,beautify bilateral这个双边滤波会把衣服给糊了 这个应该怎么调整 师兄可以指点下吗
The text was updated successfully, but these errors were encountered: