结合笔画和色调的铅笔素描生成
简介:这篇论文的作者是Cewu Lu 、Li Xu、 Jiaya Jia等人,来自香港中文大学计算机科学与工程系。介绍了如何使用笔画和色调生成一副类似人类手绘素描画。它的实现是构造了一个分两步走的系统,第一步生成手绘图,第二步是生成了色调,然后用一个带全局优化参数的模型进行色调的调整,特别对纹理丰富的区域,以及对象的轮廓线进行调整。
上图表示了合成一副铅笔素描的做法,生成了笔画、生成了色调、最后结合两者之后生成了最终的输出。
原文的Introduction对于这个系统的实现,做了以下的描述:
Firstly, to capture the essential characteristics of pencil sketch and simulate rapid nib movement in drawing, we put stroke generation into a convolution framework.
Secondly, to avoid artifacts caused by hatching, we bring in tonal patterns consisting of dense pencil strokes without dominant directions.
Finally, an exponential model with global optimization is advocated to perform tone adjustment, notably benefiting rendering in heavily textured regions and object contours.
首先,