Skip to content

Commit fbc63f2

Browse files
readme: typos and minor improvements
1 parent b50f22e commit fbc63f2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# BACS: Bundle Adjustment For Camera Systems
22

3-
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 Laebe, and Wolfgang Foerstner in 2012.
3+
This is a Python implementation of BACS, a bundle adjustment for camera systems with points at infinity.
4+
It was originally written in Matlab and published by Johannes Schneider, Falko Schindler, Thomas Läbe, and Wolfgang Förstner in 2012.
45

56
## Usage
67

@@ -11,9 +12,9 @@ python3 -m pip install bacs
1112
```
1213

1314
to install the library.
14-
Have a look at the [extensive doc string](https://github.com/zauberzeug/bacs/blob/main/bacs/bacs.py#L34-L77) for explenation of the parameters.
15+
Have a look at the [extensive doc string](https://github.com/zauberzeug/bacs/blob/main/bacs/bacs.py#L33-L77) for explanation of the parameters.
1516

16-
## Testing / Developing
17+
## Testing and development
1718

1819
Make sure you have NumPy and SciPy installed:
1920

@@ -27,8 +28,8 @@ By running the provided examples with
2728
python3 main.py
2829
```
2930

30-
you can verify that bacs is working correctly (eg. no `git diff` in the output data after execution).
31+
you can verify that BACS is working correctly (eg. there is no `git diff` in the results folder after execution).
3132

3233
## Resources
3334

34-
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)
35+
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).

0 commit comments

Comments
 (0)