Skip to content

Aslm-Fawzy/Image_Sketching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Image Sketching

Idea :

The idea is to build an computer vision app that will take an normal image/photo as input from the user and convert it into a pencil sketching using oprn CV library.

Steps :

  1. Reading Image
  2. Resizing Image
  3. Converting Image to Gray-Scale Image
  4. Apply Bitwise-Not for Image
  5. Smoothing and Removing Noise for Image using Gaussian Filter
  6. Divide Gray-Scale by Inverse of Smoothed Image to Get Sketch Image

Used Links :

https://www.analyticsvidhya.com/blog/2021/07/build-sketches-from-photographs-using-opencv/