Skip to content

CUDA-based fast pencil drawing generation parallel algorithm

License

Notifications You must be signed in to change notification settings

Fibird/cuda_pencildraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CUDA-based fast pencil drawing generation parallel algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published