Autonomy Starter Project FAQ #539
qhdwight
started this conversation in
Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Q: For
selectTag()
in the perception starter project, how do we know which one is closest to the middle if we don't have the image dimensions?A: This was an oversight in our design. You may modify the function in
perception.hpp
andperception.cpp
to accept acv::Mat const&
as a parameter.Beta Was this translation helpful? Give feedback.
All reactions