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
Thank you for your great code! I am new to the 3D reconstruction.
I have a question about how to match the RGB value in 2D image with the 3D vertices (x,y,z) that your code generates.
The naive idea that I have is to match the 2D pixels and the 3D vertices who has the smallest depth. Do you have any suggestion or code recommendation?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi @akanazawa ,
Thank you for your great code! I am new to the 3D reconstruction.
I have a question about how to match the RGB value in 2D image with the 3D vertices (x,y,z) that your code generates.
The naive idea that I have is to match the 2D pixels and the 3D vertices who has the smallest depth. Do you have any suggestion or code recommendation?
Thank you very much.
The text was updated successfully, but these errors were encountered: