Nguyen Tnhoang
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Nguyen Tnhoang-
Nguyen Tnhoang commented,
I did Marty, but I still couldn't understand.So we have width and height. You go over each pixel by looping with the corresponding x and y. Then we have: depth_pixel_index = y * width Why wou...
-
Nguyen Tnhoang created a post,
What is depth_pixel_index in rs-align-advanced.cpp?
I am reading the Align Avanced code here:https://github.com/IntelRealSense/librealsense/blob/master/examples/align-advanced/rs-align-advanced.cpp In function remove_background(), there is this vari...
-
Nguyen Tnhoang created a post,
RealSense SDK and OpenCL?
I am following the RealSense sample codes, and see that the CUDA library is used for some of them. I wonder if there is an OpenCL version so the code can be truly cross-platform, and not dependent...
-
Nguyen Tnhoang created a post,
How RealSense multicam frames are arranged?
I am exploring Intel's RealSense multicam code here:https://github.com/IntelRealSense/librealsense/tree/master/examples/multicam I can see that the frames are nicely arranged inside the window. Ho...