如何制作Photoshop描边效果?
我正在寻找一种以编程方式重新创建以下效果的方法:
提供输入图像:
输入 http://www.shiny.co.il/shooshx/ConeCarv/q_input .png
我想迭代应用“描边”效果。
第一步如下所示:
步骤 1 http://www.shiny.co.il/shooshx/ConeCarv/ q_step1.png
第二步是这样的:
替代文本 http://www.shiny.co.il/shooshx/ConeCarv/ q_step2.png
等等。
我认为这将涉及某种边缘检测,然后以某种方式跟踪边缘。
是否有已知的算法可以有效且稳健地执行此操作?
I'm looking for a way to programmatically recreate the following effect:
Give an input image:
input http://www.shiny.co.il/shooshx/ConeCarv/q_input.png
I want to iteratively apply the "stroke" effect.
The first step looks like this:
step 1 http://www.shiny.co.il/shooshx/ConeCarv/q_step1.png
The second step like this:
alt text http://www.shiny.co.il/shooshx/ConeCarv/q_step2.png
And so on.
I assume this will involves some kind of edge detection and then tracing the edge somehow.
Is there a known algorithm to do this in an efficient and robust way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,根据此线程:
Basically, a custom algorithm would be, according to this thread: