Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Image to Sketch

Introduction

This script converts original image into black and white sketched image.

Third Party Libraries Required :

  1. opencv library
  2. scikit-image library
  3. pillow library

How to install above Library

Install the following libraries through command line:

pip install opencv-python
pip install numpy
pip install scikit-image
pip install pillow

How to use it :

  1. Download or clone the repository
  2. Install required libraries
  3. Run Sketch.py
  4. Give the path of your image
  5. Your black and white sketched image will get displayed

Results:

Original Image

Original_image

Sketched Image

Original_image