You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let confidenceMap = frame.sceneDepth?.confidenceMap
Is there any post-processing on confidence values done? I am getting values around 9.477711310468958E-38 for pixels.
The text was updated successfully, but these errors were encountered:
How are you getting the float value? Isn't confidenceMap supposed to be an integer value? Also, that line of code appears to be from some Arkit code base, not sure if it's directly related to this project.
let confidenceMap = frame.sceneDepth?.confidenceMap
Is there any post-processing on confidence values done? I am getting values around 9.477711310468958E-38 for pixels.
The text was updated successfully, but these errors were encountered: