File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/instrumentman/panorama Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,11 @@ cd Instrumentman
5555python -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 ) .
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments