oclyke / gauss-bauss

exercise in fitting 2d gaussian fields from images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gauss

usage:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py -c data/780cm -o out

license

this project is licensed under the MIT license. see LICENSE for more details.

About

exercise in fitting 2d gaussian fields from images

License:MIT License


Languages

Language:Python 100.0%