Skip to content

This project implements a pencil drawing filter based on some methods

License

Notifications You must be signed in to change notification settings

Jim00000/pencil-drawing-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This project implements a pencil drawing filter based on some methods

Topics

Resources

License

Stars

Watchers

Forks