Skip to content

Files

Latest commit

b718e54 · Dec 21, 2022

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 21, 2022
Dec 21, 2022
Dec 21, 2022
Dec 21, 2022

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.