Skip to content

Commit a42e2ae

Browse files
committed
[docs] added notes about extra dependencies
1 parent 1b785b0 commit a42e2ae

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ cd Instrumentman
5555
python -m pip install .
5656
```
5757

58+
Some commands require additional dependencies, that are not installed by
59+
default with I-man. These are indicated in the documentations of the specific
60+
commands.
61+
5862
## License
5963

60-
I-man is free and open source software, and it is distributed under the terms of the
61-
[MIT License](https://opensource.org/license/mit).
64+
I-man is free and open source software, and it is distributed under the terms
65+
of the [MIT License](https://opensource.org/license/mit).

src/instrumentman/panorama/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@ def cli_calc(**kwargs: Any) -> None:
416416
Merge previously captured panorama frames and optionally annotate measured
417417
points on the resulting panorama for documentation purposes.
418418
419+
IMPORTANT: This command requires an extra dependency: 'opencv-python'
420+
419421
The individual images are transformed into an equirectangular projection
420422
based on the orientation metadata saved at the time of acquisition. The
421423
projected images are then merged into a single panorama image.

0 commit comments

Comments
 (0)