filmov
tv
Convert an image to Ascii art using OpenCV and c++ | Keyboard ASMR

Показать описание
#ascii #coding #keyboard
How to convert an image to Ascii art
1. read the image
2. convert image to grayscale image
3. scale down the image
4. go through the pixels and get suitable ASCII character from a predefined character array
5. print the converted ascii character to console
How to convert an image to Ascii art
1. read the image
2. convert image to grayscale image
3. scale down the image
4. go through the pixels and get suitable ASCII character from a predefined character array
5. print the converted ascii character to console