File tree Expand file tree Collapse file tree 2 files changed +31
-12
lines changed
Expand file tree Collapse file tree 2 files changed +31
-12
lines changed Original file line number Diff line number Diff line change 1- # Coherent- Line- Drawing
1+ # Coherent Line Drawing
22
3- This is an implementation of 'Coherent Line Drawing' by Kang et al, Proc. NPAR 2007 .
4- The project website for that paper is here: http://cg.postech.ac.kr/research/coherent_line/
5- This is a GUI version of CLD.
3+ An implementation of 'Coherent Line Drawing' by Kang et al, Proc. NPAR 2007 .
64
7- ### install required:
8- - openCV
9- - wxwidget
10- - cmake
11-
12- ### screenshot
5+ > This paper presents a non-photorealistic rendering technique that
6+ automatically generates a line drawing from a photograph.
137
14- ![ demo] ( https://raw.githubusercontent.com/SSARCandy/Coherent-Line-Drawing/master/demo/1.JPG )
15- ![ demo] ( https://raw.githubusercontent.com/SSARCandy/Coherent-Line-Drawing/master/demo/2.JPG )
8+ ![ demo] ( ./demo/4.JPG )
9+
10+ ## Build
11+
12+ ### Requirement
13+
14+ - OpenCV (prefer 3.0 or higher)
15+ - wxwidget (prefer 3.0 or higher)
16+ - cmake
17+
18+ ### Enviroment
19+
20+ It should work fine in Windows/Linux/MacOS.
21+ But I only tested it in Windows enviroment.
22+
23+ ### Pre-Build Version
24+
25+ You can download pre-build version at [ here] ( https://github.com/SSARCandy/Coherent-Line-Drawing/releases/download/1.0.0/release-windows.zip ) .
26+ Please note that this pre-build is for Windows, you can build Mac/Linux version from source.
27+
28+ ## Screenshot
29+
30+ ![ demo] ( ./demo/1.JPG )
31+
32+ ![ demo] ( ./demo/2.JPG )
33+
34+ ![ demo] ( ./demo/3.JPG )
You can’t perform that action at this time.
0 commit comments