An open API service indexing awesome lists of open source software.

https://github.com/efnilite/edge-detection

Using edge detection, prints the edges of each frame of Bad Apple!! to the console in ASCII-characters.
https://github.com/efnilite/edge-detection

opencv python

Last synced: about 2 months ago
JSON representation

Using edge detection, prints the edges of each frame of Bad Apple!! to the console in ASCII-characters.

Awesome Lists containing this project

README

          

# Python Edge Detection Project

**[Video](https://www.youtube.com/watch?v=SwfUHPLyQmo)** | by **[Efnilite](https://github.com/Efnilite)** and **[RebelOfDeath](https://github.com/RebelOfDeath)**

Using edge detection, prints the edges of each frame of Bad Apple!! to the console in ASCII-characters.

### Installation

```
pip install Pillow
pip install opencv-contrib-python
```

### Running

```
python main.py
```