Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Image to Pencil Sketch using python

👉 The mission here is to convert the Image into pencil sketch.

dog

👉 First, convert the RGB image into grayscale.

download

👉 Then convert the grayscale into negative imaging which is inverting the grayscale image.

dog_sketch

👉 This can be done by dividing the grayscale image by the inverted blurry image.

dog_sketch2

👉 These things can be done using cv2 library.