Metadata-Version: 2.1
Name: awive
Version: 3.3.1
Summary: Adaptive Water Image Velocimetry
Author-Email: "Joseph P." <joseph.pena.q@gmail.com>
Requires-Python: <=3.13.7,>=3.9
Requires-Dist: numpy<1.27,>=1.26
Requires-Dist: opencv-python<4.12,>=4.6
Requires-Dist: pydantic>=2.7.4
Description-Content-Type: text/markdown

<div align="center">

# AWIVE

[![python](https://img.shields.io/badge/-Python_3.9-blue?logo=python&logoColor=white)](https://docs.python.org/3.9/)
[![opencv](https://img.shields.io/badge/OpenCV_4.6-ee4c2c?logo=opencv&logoColor=white)](https://opencv.org/releases/)
<br>
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit](https://img.shields.io/badge/Pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
<br>
[![Code Quality](https://github.com/joseph-pq/awive/actions/workflows/code-quality.yml/badge.svg)](https://github.com/joseph-pq/awive/actions/workflows/code-quality.yml)
[![Tests](https://github.com/joseph-pq/awive/actions/workflows/tests.yaml/badge.svg)](https://github.com/joseph-pq/awive/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/joseph-pq/awive/graph/badge.svg?token=JYOVV0D79Iq)](https://codecov.io/gh/joseph-pq/awive)
<br>
[![license](https://img.shields.io/badge/License-MIT-green.svg?labelColor=gray)](https://github.com/nathanpainchaud/lightning-hydra-template?tab=MIT-1-ov-file)

</div>

<br>

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

OTV usage:

```bash
python awive/algorithms/otv.py data/config.yaml
```
