Metadata-Version: 2.4
Name: images_framework
Version: 2025.10.28
Summary: A modular computer vision framework developed by PCR-UPM for image processing tasks.
Home-page: https://github.com/pcr-upm/images_framework
Author: Roberto Valle
Author-email: roberto.valle@upm.es
Keywords: computer vision
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: opencv-python
Requires-Dist: opencv-contrib-python
Requires-Dist: rasterio
Requires-Dist: pillow
Requires-Dist: pascal-voc-writer
Provides-Extra: gdal
Requires-Dist: gdal; extra == "gdal"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

#### Description

Modular computer vision library developed by the [PCR-UPM](https://pcr-upm.github.io/) group for high-performance image processing tasks. 
Designed with research and engineering in mind, the framework provides reusable components for image preprocessing, and model evaluation. 
It is built on top of widely adopted libraries such as OpenCV, NumPy, and Rasterio.

#### System Requirements

This package requires GDAL. It is recommended to install it using Conda:

```
conda install -c conda-forge gdal
```

