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.
- Host: GitHub
- URL: https://github.com/efnilite/edge-detection
- Owner: Efnilite
- Created: 2023-02-08T15:42:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T19:02:16.000Z (over 2 years ago)
- Last Synced: 2025-06-02T05:08:37.682Z (about 1 year ago)
- Topics: opencv, python
- Language: Python
- Homepage:
- Size: 2.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```