bacs


Namebacs JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://github.com/zauberzeug/bacs
SummaryBundle Adjustment For Camera Systems
upload_time2024-02-09 07:40:14
maintainer
docs_urlNone
authorZauberzeug GmbH
requires_python>=3.8,<3.13
licenseMIT
keywords bundle adjustment cameras points infinity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BACS: Bundle Adjustment For Camera Systems

This is a Python implementation of BACS, a bundle adjustment for camera systems with points at infinity.
It was originally written in Matlab and published by Johannes Schneider, Falko Schindler, Thomas Läbe, and Wolfgang Förstner in 2012.

## Usage

Run

```bash
python3 -m pip install bacs
```

to install the library.
Have a look at the [doc string](https://github.com/zauberzeug/bacs/blob/main/bacs/bacs.py#L47-L92) for explanation of the parameters.

## Testing and development

Make sure you have NumPy and SciPy installed:

```bash
python3 -m pip install numpy scipy
```

By running the provided examples with

```bash
python3 main.py
```

you can verify that BACS is working correctly (eg. there is no `git diff` in the results folder after execution).

## Resources

Further explanation and visualization can be found on the [BACS project page](https://www.ipb.uni-bonn.de/data-software/bacs/), the corresponding [Matlab demo](https://www.ipb.uni-bonn.de/html/software/bacs/v0.1/demo-v0.1.html) as well as the original [publication](https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/I-3/75/2012/isprsannals-I-3-75-2012.pdf).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zauberzeug/bacs",
    "name": "bacs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.13",
    "maintainer_email": "",
    "keywords": "bundle,adjustment,cameras,points,infinity",
    "author": "Zauberzeug GmbH",
    "author_email": "info@zauberzeug.com",
    "download_url": "https://files.pythonhosted.org/packages/19/30/4cba54dbecd28715ce5c7c38d106b531f313e55002235e7750eedcc956ab/bacs-0.1.8.tar.gz",
    "platform": null,
    "description": "# BACS: Bundle Adjustment For Camera Systems\n\nThis is a Python implementation of BACS, a bundle adjustment for camera systems with points at infinity.\nIt was originally written in Matlab and published by Johannes Schneider, Falko Schindler, Thomas L\u00e4be, and Wolfgang F\u00f6rstner in 2012.\n\n## Usage\n\nRun\n\n```bash\npython3 -m pip install bacs\n```\n\nto install the library.\nHave a look at the [doc string](https://github.com/zauberzeug/bacs/blob/main/bacs/bacs.py#L47-L92) for explanation of the parameters.\n\n## Testing and development\n\nMake sure you have NumPy and SciPy installed:\n\n```bash\npython3 -m pip install numpy scipy\n```\n\nBy running the provided examples with\n\n```bash\npython3 main.py\n```\n\nyou can verify that BACS is working correctly (eg. there is no `git diff` in the results folder after execution).\n\n## Resources\n\nFurther explanation and visualization can be found on the [BACS project page](https://www.ipb.uni-bonn.de/data-software/bacs/), the corresponding [Matlab demo](https://www.ipb.uni-bonn.de/html/software/bacs/v0.1/demo-v0.1.html) as well as the original [publication](https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/I-3/75/2012/isprsannals-I-3-75-2012.pdf).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bundle Adjustment For Camera Systems",
    "version": "0.1.8",
    "project_urls": {
        "Homepage": "https://github.com/zauberzeug/bacs",
        "Repository": "https://github.com/zauberzeug/bacs"
    },
    "split_keywords": [
        "bundle",
        "adjustment",
        "cameras",
        "points",
        "infinity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "248bd85e7cc5365fc5bd7edc7acfe7071ae676e47a6b5ebc207644ea0074bdc5",
                "md5": "9742cb40140585e93eb1589cbad53758",
                "sha256": "6c181183aecc1d726c2ee20f598ce8915fc07bb765b60350626ccbbdce552491"
            },
            "downloads": -1,
            "filename": "bacs-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9742cb40140585e93eb1589cbad53758",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.13",
            "size": 6845,
            "upload_time": "2024-02-09T07:40:12",
            "upload_time_iso_8601": "2024-02-09T07:40:12.959059Z",
            "url": "https://files.pythonhosted.org/packages/24/8b/d85e7cc5365fc5bd7edc7acfe7071ae676e47a6b5ebc207644ea0074bdc5/bacs-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19304cba54dbecd28715ce5c7c38d106b531f313e55002235e7750eedcc956ab",
                "md5": "f036c0bf5246b6138ed6164b5fceb935",
                "sha256": "8cafc68e0275fe105bd182ace786bf98d360ae5d893845b6c41fd2c99f2469d3"
            },
            "downloads": -1,
            "filename": "bacs-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "f036c0bf5246b6138ed6164b5fceb935",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.13",
            "size": 6654,
            "upload_time": "2024-02-09T07:40:14",
            "upload_time_iso_8601": "2024-02-09T07:40:14.653377Z",
            "url": "https://files.pythonhosted.org/packages/19/30/4cba54dbecd28715ce5c7c38d106b531f313e55002235e7750eedcc956ab/bacs-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 07:40:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zauberzeug",
    "github_project": "bacs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bacs"
}
        
Elapsed time: 0.19496s