Skip to content

Commit

Permalink
Submodule commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Feb 2, 2024
1 parent 2bcb5e4 commit f5c1c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cwipc_util
1 change: 1 addition & 0 deletions sandbox/find_aruco.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def find_aruco_in_image(img : cv2.typing.MatLike):
if ch == 27:
break
print(f"ignoring key {ch}")
cv2.destroyWindow("Detected markers")

def project_pointcloud_to_images(pc : cwipc.cwipc_wrapper, width : int, height : int, rotation: List[float]) -> Tuple[cv2.typing.MatLike, cv2.typing.MatLike]:

Expand Down

0 comments on commit f5c1c9a

Please sign in to comment.