images-framework


Nameimages-framework JSON
Version 2025.10.24 PyPI version JSON
download
home_pagehttps://github.com/pcr-upm/images_framework
SummaryA modular computer vision framework developed by PCR-UPM for image processing tasks.
upload_time2025-10-21 15:43:44
maintainerNone
docs_urlNone
authorRoberto Valle
requires_python>=3.6
licenseNone
keywords computer vision
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #### 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
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pcr-upm/images_framework",
    "name": "images-framework",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "computer vision",
    "author": "Roberto Valle",
    "author_email": "roberto.valle@upm.es",
    "download_url": "https://files.pythonhosted.org/packages/53/d6/3fd0a2d9a966b188221cbf6e0ff90232b456e829caa9d9820c81e08ae923/images_framework-2025.10.24.tar.gz",
    "platform": null,
    "description": "#### Description\n\nModular computer vision library developed by the [PCR-UPM](https://pcr-upm.github.io/) group for high-performance image processing tasks. \nDesigned with research and engineering in mind, the framework provides reusable components for image preprocessing, and model evaluation. \nIt is built on top of widely adopted libraries such as OpenCV, NumPy, and Rasterio.\n\n#### System Requirements\n\nThis package requires GDAL. It is recommended to install it using Conda:\n\n```\nconda install -c conda-forge gdal\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A modular computer vision framework developed by PCR-UPM for image processing tasks.",
    "version": "2025.10.24",
    "project_urls": {
        "Homepage": "https://github.com/pcr-upm/images_framework"
    },
    "split_keywords": [
        "computer",
        "vision"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c59445daa0cf05c0b6b579f6823fb95929a3d060dbf7bff8b69963e96e3156e5",
                "md5": "76b316f0e5b7018da86ba4b28268b66b",
                "sha256": "f5d54ebd14bc6399a485a4a047d3114f240cb334549239e05cb6b234e000b5eb"
            },
            "downloads": -1,
            "filename": "images_framework-2025.10.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76b316f0e5b7018da86ba4b28268b66b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 50732,
            "upload_time": "2025-10-21T15:43:42",
            "upload_time_iso_8601": "2025-10-21T15:43:42.125748Z",
            "url": "https://files.pythonhosted.org/packages/c5/94/45daa0cf05c0b6b579f6823fb95929a3d060dbf7bff8b69963e96e3156e5/images_framework-2025.10.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53d63fd0a2d9a966b188221cbf6e0ff90232b456e829caa9d9820c81e08ae923",
                "md5": "c0dfbf5c45864b433b716dca3535de3c",
                "sha256": "4ba9eeb3fdecfe17fe73b88022ed621b8d6857a29a67265ee0929a95425050f7"
            },
            "downloads": -1,
            "filename": "images_framework-2025.10.24.tar.gz",
            "has_sig": false,
            "md5_digest": "c0dfbf5c45864b433b716dca3535de3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 615110,
            "upload_time": "2025-10-21T15:43:44",
            "upload_time_iso_8601": "2025-10-21T15:43:44.882010Z",
            "url": "https://files.pythonhosted.org/packages/53/d6/3fd0a2d9a966b188221cbf6e0ff90232b456e829caa9d9820c81e08ae923/images_framework-2025.10.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-21 15:43:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pcr-upm",
    "github_project": "images_framework",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "images-framework"
}
        
Elapsed time: 1.78633s