Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.03 KB

Introduction

Implement the algorithm presented in 1 by CUDA. You can use the code like below to get a pencil drawing production:

./gpu_pencil_draw <input> <pencil image>

or run cpu version:

./cpu_pencil_draw <input> <pencil image>

Result

  • demo 1

tree: original tree: pencil draw

  • demo 2

tree: original tree: pencil draw

Reference

  1. Lu C, Xu L, Jia J. Combining sketch and tone for pencil drawing production[C]//Proceedings of the Symposium on Non-Photorealistic Animation and Rendering. Eurographics Association, 2012: 65-73.
  2. GitHub repo: candycat1992/PencilDrawing