Metadata-Version: 2.1
Name: Torqueo
Version: 0.0.0
Summary: Personal toolbox for image Warping
Author: Thomas Fel, Vipul Sharma
Author-email: thomas_fel@brown.edu
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: Pillow

<div align="center">
    <img src="assets/banner.png" width="75%" alt="Horama logo" align="center" />
</div>


# 🚀 Getting Started with Torqueo

Torqueo requires Python 3.6 or newer and several dependencies, including Numpy. Installation is straightforward with Pypi:

```bash
pip install torqueo
```

With Torqueo installed, you can dive into image warping. The API is designed to be intuitive, requiring only a few hyperparameters to get started.

Example usage:

```python
import torch
import timm
from torqueo import Fisheye

@tfel todo
```

# Examples of transformations

Below are some examples of image transformations using Torqueo.

|  |  ||
|----------------|----------------|----------------|
| ![Original Image](./assets/rabbit.jpg)<br> Original Image | ![Barrel](./assets/transformations/barrel.jpg)<br> Barrel | ![Fisheye](./assets/transformations/fisheye.jpg)<br> Fisheye  |
| ![Perspective](./assets/transformations/perspective.jpg)<br> Perspective  | ![Pinch](./assets/transformations/pinch.jpg)<br> Pinch  | ![Spherize](./assets/transformations/spherize.jpg)<br> Spherize  |
| ![Stretch](./assets/transformations/stretch.jpg)<br> Stretch  | ![Swirl](./assets/transformations/swirl.jpg)<br> Swirl  | ![Twirl](./assets/transformations/twirl.jpg)<br> Twirl  |
| ![Wave](./assets/transformations/wave.jpg)<br> Wave  |   |   |



# Authors of the code

- [Vipul Sharma]() - vipul_sharma@brown.edu, Brown University
- [Thomas Fel](https://thomasfel.fr) - thomas_fel@brown.edu, PhD Student DEEL (ANITI), Brown University
