pyStixel-lib


NamepyStixel-lib JSON
Version 0.6.3 PyPI version JSON
download
home_pagehttps://github.com/MarcelVSHNS/pyStixel-lib
SummaryThe Python Stixel Library
upload_time2024-12-06 13:00:53
maintainerNone
docs_urlNone
authorMarcel
requires_python>=3.8
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements pillow numpy protobuf matplotlib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyStixel-lib
The Python Stixel Library is a versatile Python toolkit designed for advanced computer vision tasks.
It provides definitions, im-/exports and functions for stixels—vertical strips that represent depth
and scene structure in images. It also introduces the `.stx1` format as a protobuf export for Stixel Worlds, 
which contains the Stixel World, camera calibration parameters, and the corresponding image.

The basic functionality is to provide some objects and relative functions. The base for Stixel
operations is the Stixel World. The `util` package provide simple draw functions like:
![Sample Stixel World on 2d image plane](https://raw.githubusercontent.com/MarcelVSHNS/pyStixel-lib/main/docs/imgs/Stixel_on_image.png)

Or an RGB supported 3D transformation with provided Camera matrix:
![Sample Stixel World in 3D](https://raw.githubusercontent.com/MarcelVSHNS/pyStixel-lib/main/docs/imgs/pseudo_3d_Stixel.png)

## Usage
A basic usage of the library can be found on 
[Google Colab](https://colab.research.google.com/drive/1ATMEjQMO3QBj6P5EkRAx1-J-6gAVpRmB?usp=sharing).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MarcelVSHNS/pyStixel-lib",
    "name": "pyStixel-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Marcel",
    "author_email": "marcel.vosshans@hs-esslingen.de",
    "download_url": "https://files.pythonhosted.org/packages/a6/47/488a574b7941cda6165c10833964c360a06847159c52e21c5a936e995661/pystixel_lib-0.6.3.tar.gz",
    "platform": null,
    "description": "# pyStixel-lib\nThe Python Stixel Library is a versatile Python toolkit designed for advanced computer vision tasks.\nIt provides definitions, im-/exports and functions for stixels\u2014vertical strips that represent depth\nand scene structure in images. It also introduces the `.stx1` format as a protobuf export for Stixel Worlds, \nwhich contains the Stixel World, camera calibration parameters, and the corresponding image.\n\nThe basic functionality is to provide some objects and relative functions. The base for Stixel\noperations is the Stixel World. The `util` package provide simple draw functions like:\n![Sample Stixel World on 2d image plane](https://raw.githubusercontent.com/MarcelVSHNS/pyStixel-lib/main/docs/imgs/Stixel_on_image.png)\n\nOr an RGB supported 3D transformation with provided Camera matrix:\n![Sample Stixel World in 3D](https://raw.githubusercontent.com/MarcelVSHNS/pyStixel-lib/main/docs/imgs/pseudo_3d_Stixel.png)\n\n## Usage\nA basic usage of the library can be found on \n[Google Colab](https://colab.research.google.com/drive/1ATMEjQMO3QBj6P5EkRAx1-J-6gAVpRmB?usp=sharing).\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "The Python Stixel Library",
    "version": "0.6.3",
    "project_urls": {
        "Homepage": "https://github.com/MarcelVSHNS/pyStixel-lib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b061e37178c33329f41e073cae20023642c83fe570312d00637bb01993b5bec",
                "md5": "3c001b356b88a8ecabf912ab0df17852",
                "sha256": "f6c3ff0adffcf74f439123a84783611ec3d7bd1a15132f4e619e1348e7dbf289"
            },
            "downloads": -1,
            "filename": "pyStixel_lib-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c001b356b88a8ecabf912ab0df17852",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20012,
            "upload_time": "2024-12-06T13:00:51",
            "upload_time_iso_8601": "2024-12-06T13:00:51.371588Z",
            "url": "https://files.pythonhosted.org/packages/3b/06/1e37178c33329f41e073cae20023642c83fe570312d00637bb01993b5bec/pyStixel_lib-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a647488a574b7941cda6165c10833964c360a06847159c52e21c5a936e995661",
                "md5": "677a378c8b0d8434902597465c92968b",
                "sha256": "ed0e3d1ea0ed4e2b3462f6ac0f8e7d36ce78c1c602a79cfdc4b972821d38bade"
            },
            "downloads": -1,
            "filename": "pystixel_lib-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "677a378c8b0d8434902597465c92968b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16196,
            "upload_time": "2024-12-06T13:00:53",
            "upload_time_iso_8601": "2024-12-06T13:00:53.064959Z",
            "url": "https://files.pythonhosted.org/packages/a6/47/488a574b7941cda6165c10833964c360a06847159c52e21c5a936e995661/pystixel_lib-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 13:00:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MarcelVSHNS",
    "github_project": "pyStixel-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "protobuf",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        }
    ],
    "lcname": "pystixel-lib"
}
        
Elapsed time: 0.92239s