Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subtask: Use the OpenCV function for distance_to_marker #3

Open
Tracked by #2
onkoe opened this issue Aug 23, 2024 · 0 comments
Open
Tracked by #2

Subtask: Use the OpenCV function for distance_to_marker #3

onkoe opened this issue Aug 23, 2024 · 0 comments
Labels
aruco About finding ArUco markers (big QR codes) bug Something isn't working feature New feature or request

Comments

@onkoe
Copy link
Member

onkoe commented Aug 23, 2024

Currently, we have a weird (and custom) implementation of OpenCV's Euclidean distance formula. https://docs.opencv.org/4.x/db/da9/tutorial_aruco_board_detection.html

The goal of this issue is to shift away from the weird math we are currently using and instead use the much simpler, built-in function. Then, we can test the built-in function to see if there's any reason we are using the math instead.

This would use an OpenCV binding that is not currently available in Python.

@onkoe onkoe added the aruco About finding ArUco markers (big QR codes) label Aug 23, 2024
@onkoe onkoe mentioned this issue Aug 23, 2024
2 tasks
@logbasem logbasem changed the title Use the OpenCV function for distance_to_marker Subtask: Use the OpenCV function for distance_to_marker Oct 23, 2024
@logbasem logbasem self-assigned this Oct 30, 2024
@logbasem logbasem removed their assignment Oct 31, 2024
@onkoe onkoe added bug Something isn't working feature New feature or request labels Oct 31, 2024
@onkoe onkoe added this to the Rover can track an ArUco tag milestone Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aruco About finding ArUco markers (big QR codes) bug Something isn't working feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants