Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumacrae/aerial-shapes
https://github.com/callumacrae/aerial-shapes
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/callumacrae/aerial-shapes
- Owner: callumacrae
- Created: 2021-06-29T21:20:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T13:59:55.000Z (over 3 years ago)
- Last Synced: 2024-12-17T05:29:21.002Z (23 days ago)
- Language: C++
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aerial shapes
An experiment in animations + shapes in aerial photos.
## To build
```
brew install cmake opencv boost
cmake .
make
```(There's a good chance some of the dependencies will be installed already)
## To process assets
Images must be processed in advance (it takes a while if you have a lot of
images). Fill a directory with images and process them like this:```
./out/process_images assets/test
```