Skip to content

Multiple projects on OpenCV Digital Image Processing from Beginner to Advanced level

Notifications You must be signed in to change notification settings

kuzeydemirkaya/OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

OpenCV

Multiple projects on OpenCV Digital Image Processing compiled in Python. Code contains basics of OpenCV and advances as it progresses. Code serves as a tutorial and can be used to learn OpenCV

---PROJECTS include:---

Basic

  • Retrieving Images
  • Displaying Webcam
  • Grayscale Images
  • Blur Images (Gaussian)
  • Trace Edges in Images (Canny, Dilation, Eroded)
  • Put Shapes/Text in blank canvas
  • Join/Align images
  • Stack Images

Intermediate

  • Color Detection
  • Shape Detection
  • Face Detection

Advanced

  • Color Pick/Distinguish from Webcam
  • VIRTUAL PAINT (Paint with tip of a pen in air using Webcam)

Directories and Image names in code need to be replaced with names of images in your own device