diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/argaze/ArScene.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/ArScene.py b/src/argaze/ArScene.py index 630ee62..e0fa52b 100644 --- a/src/argaze/ArScene.py +++ b/src/argaze/ArScene.py @@ -155,7 +155,7 @@ class ArScene(): return output def whole_pose(self, width: float = 1., height: float = 0.) -> Tuple[numpy.array, numpy.array, numpy.array, numpy.array]: - """Edit translation vector, rotation vector and camera intrinsic parameters to setup a whole scene projection frame. + """Edit translation vector, rotation vector and camera intrinsic parameters to project the whole scene into a frame. * **Arguments:** - frame width |