Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/callumacrae/aerial-shapes


https://github.com/callumacrae/aerial-shapes

Last synced: 20 days ago
JSON representation

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
```