aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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