# 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).
By pushing a new tag "vX.Y.Z" to the repository, the package will be automatically built and uploaded to PyPI.
## 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": null,
"docs_url": null,
"requires_python": "<3.13,>=3.8",
"maintainer_email": null,
"keywords": "bundle, adjustment, cameras, points, infinity",
"author": "Zauberzeug GmbH",
"author_email": "info@zauberzeug.com",
"download_url": "https://files.pythonhosted.org/packages/ef/24/4bbf546173b47ca3e85efc0678760fa578746327315985f0e7dbd01a8d0b/bacs-0.1.10.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\nBy pushing a new tag \"vX.Y.Z\" to the repository, the package will be automatically built and uploaded to PyPI.\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.10",
"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": "fe137facc48ad3ea831a5bf7096b19e887a901b895e2970aa482d3688dd807bb",
"md5": "11576e909074e2a04fb6831481b0888c",
"sha256": "afce048346b9f30ba0b3e88704a6999815c2e4c28c15c3fe13211840fe78ca71"
},
"downloads": -1,
"filename": "bacs-0.1.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "11576e909074e2a04fb6831481b0888c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.8",
"size": 7071,
"upload_time": "2024-07-18T15:18:29",
"upload_time_iso_8601": "2024-07-18T15:18:29.992480Z",
"url": "https://files.pythonhosted.org/packages/fe/13/7facc48ad3ea831a5bf7096b19e887a901b895e2970aa482d3688dd807bb/bacs-0.1.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ef244bbf546173b47ca3e85efc0678760fa578746327315985f0e7dbd01a8d0b",
"md5": "125fd243ce4f00747748fe485a902f33",
"sha256": "ad383906e5c6b3cb68589ea892454352e59633227f98e12e85ca953e8584088b"
},
"downloads": -1,
"filename": "bacs-0.1.10.tar.gz",
"has_sig": false,
"md5_digest": "125fd243ce4f00747748fe485a902f33",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.8",
"size": 6707,
"upload_time": "2024-07-18T15:18:31",
"upload_time_iso_8601": "2024-07-18T15:18:31.309271Z",
"url": "https://files.pythonhosted.org/packages/ef/24/4bbf546173b47ca3e85efc0678760fa578746327315985f0e7dbd01a8d0b/bacs-0.1.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-18 15:18:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zauberzeug",
"github_project": "bacs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "bacs"
}