Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 441 Bytes

ascii-filter-opencv

This is a Ascii filter made with python using OpenCV

The main code is in the main.py file (obviously😂)

2022-02-20.16-32-06.mp4

Requirements
Python3 : https://www.python.org/downloads/
OpenCV : pip install opencv-python

TODO

  • Adding background isolation
  • Reducing the noice
  • Making a GUI (maybe)