Metadata-Version: 2.1
Name: awive
Version: 1.2.1
Summary: Joseph Pena's bachelor thesis work
License: MIT
Author: Joseph P.
Author-email: joseph.pena@utec.edu.pe
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*, !=3.10.*, !=3.12.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: opencv-python (>=4.6.0.66,<5.0.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Description-Content-Type: text/markdown

# AWIVE
AWIVE, an acronym for Adaptive Water Image Velocimetry Estimator, is a
 software package designed for estimating the velocity field from a sequence of
 images. It comprises two methods: STIV and OTV, both geared towards achieving
 velocity estimations with low computational costs.

## Installing

Install and update using pip:

```bash
pip install awive
```

## Usage

Execute the commands below:

```
pyenv local 3.11.2
poetry install
poetry run python -m awive.otv river-brenta d0000 -v
```

