Skip to content

The following repository contains simple code to convert any image into pencil sketching using Open CV

Notifications You must be signed in to change notification settings

meetshukla/opencv_sketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencv Sketch

The follwing repository contains code to convert any image using opencv functions

There are basically 4 steps:

  1. Convert the RGB color image to grayscale.
  2. Invert the grayscale image to get a negative.
  3. Apply a blur to the negative.
  4. Blend the grayscale image with the blurred negative using a color dodge.

About

The following repository contains simple code to convert any image into pencil sketching using Open CV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published