I am using kinect v2 for skeleton tracking, hand trajectory etc in visual studio (cpp). I want my kinect output in 3d visualization. Can any one please suggest me easy way to visualize kinect output in 3D in windows
我在视觉工作室(cpp)中使用kinect v2进行骨骼跟踪,手部轨迹等。我希望我的kinect输出在三维可视化中。任何人都可以建议我在Windows中以3D方式可视化kinect输出
Thanks in advance
提前致谢
1 个解决方案
#1
0
I developed a prototype project for 3D interaction including real-time visualization of the kinect input in 3D world using point cloud. you can check out my project in github.
我开发了一个用于3D交互的原型项目,包括使用点云实现3D世界中kinect输入的实时可视化。你可以在github上看看我的项目。
https://github.com/shanilfernando/VRInteraction
https://www.youtube.com/watch?v=uAO1ALRHjQQ
Right hand side of the video is the 3D real time point cloud visualization by 3D registration using CUDA.
视频的右侧是使用CUDA通过3D注册进行的3D实时点云可视化。
#1
0
I developed a prototype project for 3D interaction including real-time visualization of the kinect input in 3D world using point cloud. you can check out my project in github.
我开发了一个用于3D交互的原型项目,包括使用点云实现3D世界中kinect输入的实时可视化。你可以在github上看看我的项目。
https://github.com/shanilfernando/VRInteraction
https://www.youtube.com/watch?v=uAO1ALRHjQQ
Right hand side of the video is the 3D real time point cloud visualization by 3D registration using CUDA.
视频的右侧是使用CUDA通过3D注册进行的3D实时点云可视化。