https://github.com/scivision/cv-phantom-gen
Computer Vision phantom generation
https://github.com/scivision/cv-phantom-gen
computer-vision geoscience
Last synced: 9 months ago
JSON representation
Computer Vision phantom generation
- Host: GitHub
- URL: https://github.com/scivision/cv-phantom-gen
- Owner: scivision
- License: gpl-3.0
- Created: 2015-02-22T05:28:05.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T15:15:06.000Z (over 4 years ago)
- Last Synced: 2025-02-11T17:59:43.119Z (over 1 year ago)
- Topics: computer-vision, geoscience
- Language: MATLAB
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CV phantom generator
[](https://zenodo.org/badge/latestdoi/31153745)
Computer Vision phantom generation, particularly useful for simulated images of the aurora borealis.
```sh
python -m pip install -e .[io]
```
The [io] parameter installs
[imageio](http://imageio.github.io/)
and
[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg/,
necessary to write files to disk, which is what you normally want to do.
## Usage
* swirls: [NarrowArcBlur.py](./NarrowArcBlur.py)
* full variety of forms: [AuroraPhantom.py](./AuroraPhantom.py)
type the desired filename to save to e.g.
```sh
python NarrowArcBlur.py swirl.avi
```