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

Changed thresholding to adaptive thresholding #2

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

logbasem
Copy link

Changed the method of thresholding on the image for ARTracker so that it uses adaptive thresholding rather than standard thresholding, for a significantly better detection rate. (Needs to be tested on Rover)

onkoe and others added 2 commits June 28, 2023 11:09
This is the intended branch for any new submodule-based monorepo, "VI."
@ROMANT21
Copy link
Member

Hey Logan,

Reading through the adaptive_thresholding() function documentation, I saw that there's a parameter called "blocksize" which is used to calculate the thresholding value for the function.
Do you think we could loop over the image applying adaptive thresholding with different "blocksize" values to see if we are more likely to detect the aruco tag?
What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants