Coherent Line Drawing
11–18 of 18 posts
Re: Coherent Line Drawing
#12This looks really interesting. I could see a business here of taking photographs and turning them into coloring books.
Re: Coherent Line Drawing
#13Alas, I can find no build instructions. How does one build this on Linux? (I have cmake, OpenCV and wxwidgets installed.)
$ mkdir build
$ cd build
$ cmake-gui ..
$ makeRe: Coherent Line Drawing
#14Re: Coherent Line Drawing
#15Nice Wxwidgets!
I had to create some applications with py earlier this year, I started out with pyside but it was really heavy and kind of difficult to grok. wxwidgets I tried as well and it didn't work (I needed mouse cursor information and use it in a certain way to draw certain things, it was messy to do it with everything except tkinter).
Re: Coherent Line Drawing
#16Re: Coherent Line Drawing
#17Cool. Could it be also used on video without flickering ?
Re: Coherent Line Drawing
#18Alas, I can find no build instructions. How does one build this on Linux? (I have cmake, OpenCV and wxwidgets installed.)
$ mkdir build $ cd build $ cmake-gui .. $ make