Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.63 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.63 KB

pencil-drawing-filter

This project implements an pencil drawing filter based on some methods purposed from some papers

Build

At first, make sure your computer has libraries listed bleow

  • CMake
  • OpenCV
  • OpenCV-contrib

Ubuntu

$ sudo apt-get install cmake # You can also install cmake-qt-gui
$ sudo apt-get install libopencv-dev

and use CMake to build this project

$ git clone https://github.com/Jim00000/pencil-drawing-filter
$ cd pencil-drawing-filter
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
$ cmake ..  # or use cmake-gui ..
$ make

Usage

In this moment, the user interface has not been done yet

You can execute test-pd binary with an input image filepath argument If you wanna try it out

$ ./test-pd <image-filepath>

Demo

demo_image_1 demo_image_1_output demo_image_2 demo_image_2_output demo_image_3 demo_image_3_output

References

License

GNU GENERAL PUBLIC LICENSE Version 3