https://github.com/anopensaucedev/java-experiments
weird experiments, probably involving javaCV in some ways
https://github.com/anopensaucedev/java-experiments
java javacv opencv
Last synced: about 2 months ago
JSON representation
weird experiments, probably involving javaCV in some ways
- Host: GitHub
- URL: https://github.com/anopensaucedev/java-experiments
- Owner: AnOpenSauceDev
- Created: 2023-06-16T03:08:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T07:10:52.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T19:59:40.627Z (over 1 year ago)
- Topics: java, javacv, opencv
- Language: Java
- Homepage:
- Size: 15.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-experiments
A collection of small projects I'm working on. Not always up-to-date, and currently only features an edge-art generator.
## requirements
- OpenCV as an environment variable (i.e somewhere in your path)
- enough willpower to deal with random errors
- A decent amount of ram (> 2GB) and cpu power when dealing with 1080p+ videos. (a 3b+ with swap or a pi 4 should be more than up to the task.)
And yes, it runs [Bad Apple](https://github.com/AnOpenSauceDev/java-experiments/tree/master/src/main/resources/demos)
files will be output to a `test` folder, that you must create before running,
and it's a good idea to have plenty of disk space for all the raw, uncompressed PNG's that will be rendered.
TODO's:
- [ ] optimize, possibly multithreaded.
- [ ] make everything have a config of some sort.
- [ ] make outputs look "cleaner", especially with sobel.