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
I already can access and save each data(color and depth).
i have to made RGB-D data with them, but can't align them on device.
The repo of the link that I posted, there's some Python script what i want.
but this is a method of using saved files.
moreover. must be license free......
What I need is to make the depth data displayed as a curved surface into a flat image, and find a region within it that matches the color image.
First of all, thank you for your hard work.
my project is creating a 3D model on a specific color area as some kind of marker.
Basically it works like a point cloud that transformed a specific pixel area of color range in a color image into spatial coordinates.
In my opinion, It's a necessary process that pixel-by-pixel mapping between color and depth images, for this project.
So your code is a very good reference to me, but I don't know how to apply it in hololens2 .
https://github.com/petergu684/HoloLens2-ResearchMode-Unity
Apart from this, I am trying to translate a python script in the official repo of the link to c++, for frame-by-frame processing.
can you help me?
The text was updated successfully, but these errors were encountered: