aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo de la Hogue2023-02-20 15:07:50 +0100
committerThéo de la Hogue2023-02-20 15:07:50 +0100
commit5009db3dd45153821db41555c2877e41983c9916 (patch)
treeadc833ec62a99d8d9b14e5ced68ef2d008ae5306 /src
parent7bb79c6600e594c6504dd20d704f521db6854f2a (diff)
downloadargaze-5009db3dd45153821db41555c2877e41983c9916.zip
argaze-5009db3dd45153821db41555c2877e41983c9916.tar.gz
argaze-5009db3dd45153821db41555c2877e41983c9916.tar.bz2
argaze-5009db3dd45153821db41555c2877e41983c9916.tar.xz
Improving comments.
Diffstat (limited to 'src')
-rw-r--r--src/argaze/ArUcoMarkers/ArUcoScene.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze/ArUcoMarkers/ArUcoScene.py b/src/argaze/ArUcoMarkers/ArUcoScene.py
index c9d792b..47e30df 100644
--- a/src/argaze/ArUcoMarkers/ArUcoScene.py
+++ b/src/argaze/ArUcoMarkers/ArUcoScene.py
@@ -169,7 +169,7 @@ class ArUcoScene():
@property
def identifiers(self) -> list:
- """List all makers identifier."""
+ """List all makers identifier belonging to the scene."""
return list(self.__identifier_cache.keys())
@@ -310,7 +310,7 @@ class ArUcoScene():
raise IOError(f'File not found: {obj_filepath}')
def filter_markers(self, detected_markers) -> Tuple[dict, dict]:
- """Sort markers belonging to the scene from a given detected markers list (cf ArUcoDetector.detect()).
+ """Sort markers belonging to the scene from given detected markers dict (cf ArUcoDetector.detect_markers()).
* **Returns:**
- dict of markers belonging to this scene