Skip to content

Commit f82f8c1

Browse files
authored
Merge pull request #105 from truher/patch-1
Fix AprilTagDetector.detect() doc string: height, width
2 parents a614f97 + f64cd6e commit f82f8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/robotpy-apriltag/gen/AprilTagDetector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ classes:
5656
return l;
5757
}, py::arg("image"),
5858
R"doc(
59-
Detect tags from an 8-bit grayscale image with shape (width, height)
59+
Detect tags from an 8-bit grayscale image with shape (height, width)
6060
6161
:return: list of results
6262
)doc"

0 commit comments

Comments
 (0)