Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 497 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 497 Bytes

openCV_collection

A collection of openCV scripts that i've written and find useful, written in python. Attributation to where the code is adapted from is in header comments.

  • Image art filters: Creates a 'sketch' and 'cartoon' filter for an image using gaussian blur and edge detection
  • Pimple removal tool: Removes pimples from faces using convolution
  • Video greenscreen removal: Removes greenscreen from a video background using color cast chroma keying and the hsv color space