worldvision


Nameworldvision JSON
Version 0.0.11 PyPI version JSON
download
home_page
SummaryCalculate real world distance, angle, and more, just from the video/image
upload_time2023-12-04 10:44:39
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Jatin Jain Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords worldvision math geometry distance angle speed computer vision vision ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WorldVision

A simple python package to calculate real world distance, angles, and coordinates between objects. This package uses camera's intrinsic and extrinsic parameters like field of view, camera's altitude, pitch, etc.

Checkout `examples/` folder for sample use case.

## Installation

`pipx install worldvision`

#### KNOWN ISSUES:
- get_2d_coords() does not work for special angles (90, -90, etc.)
- Some negative and positive values are not handled correctly.
- ZeroDivisionError is not handled in some cases.

#### TODO:
- Fix known issues.
- Add support for roll and yaw.
- Add support for other units.
- Add support for speed, velocity, acceleration, angular velocity, direction.
- Add other calibration methods.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "worldvision",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Jatin Jain <jatin@exact.codes>",
    "keywords": "worldvision,math,geometry,distance,angle,speed,computer vision,vision,ai",
    "author": "",
    "author_email": "Jatin Jain <jatin@exact.codes>",
    "download_url": "",
    "platform": null,
    "description": "# WorldVision\r\n\r\nA simple python package to calculate real world distance, angles, and coordinates between objects. This package uses camera's intrinsic and extrinsic parameters like field of view, camera's altitude, pitch, etc.\r\n\r\nCheckout `examples/` folder for sample use case.\r\n\r\n## Installation\r\n\r\n`pipx install worldvision`\r\n\r\n#### KNOWN ISSUES:\r\n- get_2d_coords() does not work for special angles (90, -90, etc.)\r\n- Some negative and positive values are not handled correctly.\r\n- ZeroDivisionError is not handled in some cases.\r\n\r\n#### TODO:\r\n- Fix known issues.\r\n- Add support for roll and yaw.\r\n- Add support for other units.\r\n- Add support for speed, velocity, acceleration, angular velocity, direction.\r\n- Add other calibration methods.\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Jatin Jain  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Calculate real world distance, angle, and more, just from the video/image",
    "version": "0.0.11",
    "project_urls": {
        "Bug Reports": "https://github.com/heyJatin/worldvision/issues",
        "Homepage": "https://github.com/heyJatin/worldvision"
    },
    "split_keywords": [
        "worldvision",
        "math",
        "geometry",
        "distance",
        "angle",
        "speed",
        "computer vision",
        "vision",
        "ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fefc2ca0a05913ffcdf2cc2eb6445967ca02434670811cff899ed6b3421ac31f",
                "md5": "a42e02a4217847344e21d6936ea3b2f1",
                "sha256": "b2ab3b97f8f0b74f5f932b97e6111fd5ab2f21c32afa67735f2d9678d4e21066"
            },
            "downloads": -1,
            "filename": "worldvision-0.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a42e02a4217847344e21d6936ea3b2f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6239,
            "upload_time": "2023-12-04T10:44:39",
            "upload_time_iso_8601": "2023-12-04T10:44:39.238232Z",
            "url": "https://files.pythonhosted.org/packages/fe/fc/2ca0a05913ffcdf2cc2eb6445967ca02434670811cff899ed6b3421ac31f/worldvision-0.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-04 10:44:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "heyJatin",
    "github_project": "worldvision",
    "github_not_found": true,
    "lcname": "worldvision"
}
        
Elapsed time: 0.14239s