https://github.com/o-laurent/camascii
picture to ASCII converter
https://github.com/o-laurent/camascii
Last synced: 3 months ago
JSON representation
picture to ASCII converter
- Host: GitHub
- URL: https://github.com/o-laurent/camascii
- Owner: o-laurent
- Created: 2020-10-12T10:16:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:09:52.000Z (about 1 year ago)
- Last Synced: 2025-01-01T23:09:51.469Z (5 months ago)
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# camAscii
picture to ASCII converter## Dependencies
Install cmake and opencv with vtk.
## Usage
```bash
cmake .
``````bash
make all
```