trixyscope


Nametrixyscope JSON
Version 0.0.0 PyPI version JSON
download
home_page
SummaryGUI tool for calibrating motion capture systems composed of multiple standard webcams
upload_time2023-03-12 22:50:53
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords opencv tracking calibration python webcam
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Introduction

trixyscope is a python package for converting 2D (x,y) point data from multiple cameras into 3D position estimates. The core calibration function is built on top of OpenCV's `calibrateCamera` and `stereoCalibrate` methods, with additional refinement of estimated camera positions using [bundle adjustment via SciPy](https://scipy-cookbook.readthedocs.io/items/bundle_adjustment.html). 3D point positions can then be estimated with time synchronized 2D data.

This project was inspired by Anipose and seeks to provide similar functionality with improved visual feedback to the user. The calibration process is intended to be presented in more granular steps, allowing easier diagnosis of poor calibrations.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "trixyscope",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "opencv,tracking,calibration,python,webcam",
    "author": "",
    "author_email": "Mac Prible <prible@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a1/b0/005a871d25a05e393df3e11e22a107eff11cadc58c6bf3a4b81740ceb215/trixyscope-0.0.0.tar.gz",
    "platform": null,
    "description": "\n# Introduction\n\ntrixyscope is a python package for converting 2D (x,y) point data from multiple cameras into 3D position estimates. The core calibration function is built on top of OpenCV's `calibrateCamera` and `stereoCalibrate` methods, with additional refinement of estimated camera positions using [bundle adjustment via SciPy](https://scipy-cookbook.readthedocs.io/items/bundle_adjustment.html). 3D point positions can then be estimated with time synchronized 2D data.\n\nThis project was inspired by Anipose and seeks to provide similar functionality with improved visual feedback to the user. The calibration process is intended to be presented in more granular steps, allowing easier diagnosis of poor calibrations.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "GUI tool for calibrating motion capture systems composed of multiple standard webcams",
    "version": "0.0.0",
    "split_keywords": [
        "opencv",
        "tracking",
        "calibration",
        "python",
        "webcam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbfec3e8304c40e57378138e922082cedad69b6e3f8e23ccd1bcc9461a31e97c",
                "md5": "950f5ff3cf1e6f49620eb496fd61d91b",
                "sha256": "a9c075b68515df3394771608c1eca31376eefebfb2294066f7f1dcd89ec92d7b"
            },
            "downloads": -1,
            "filename": "trixyscope-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "950f5ff3cf1e6f49620eb496fd61d91b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 798971,
            "upload_time": "2023-03-12T22:50:50",
            "upload_time_iso_8601": "2023-03-12T22:50:50.302735Z",
            "url": "https://files.pythonhosted.org/packages/bb/fe/c3e8304c40e57378138e922082cedad69b6e3f8e23ccd1bcc9461a31e97c/trixyscope-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1b0005a871d25a05e393df3e11e22a107eff11cadc58c6bf3a4b81740ceb215",
                "md5": "359e658b4218aecf1c3a6a82ad2c14be",
                "sha256": "b0a2d2f3fd6c60bcdf195ea3069cbd7eb6b665d5ee75e02ba3e80cc0daa96421"
            },
            "downloads": -1,
            "filename": "trixyscope-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "359e658b4218aecf1c3a6a82ad2c14be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 773846,
            "upload_time": "2023-03-12T22:50:53",
            "upload_time_iso_8601": "2023-03-12T22:50:53.518931Z",
            "url": "https://files.pythonhosted.org/packages/a1/b0/005a871d25a05e393df3e11e22a107eff11cadc58c6bf3a4b81740ceb215/trixyscope-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 22:50:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "trixyscope"
}
        
Elapsed time: 0.04284s