Measure depth at given pixel #624
Answered
by
Tom94
alex-klimov
asked this question in
Q&A
-
What is the recommended way to measure the depth at given pixel? There is method determine_autofocus_target_from_pixel, which measure median depth around given pixel: Line 2320 in 675bf4f This is not precise enough for my task - I need as exact depth at given pixel as trained network can give me. |
Beta Was this translation helpful? Give feedback.
Answered by
Tom94
May 21, 2022
Replies: 1 comment 1 reply
-
On latest master, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alex-klimov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On latest master,
Testbed::determine_autofocus_target_from_pixel
is actually pixel-accurate, so you should be able to use it as-is.