本文介绍了如何将骨架与RGB图像对齐(在c ++中)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,我已经使用函数NuiImageGetColorPixelCoordinateFrameFromDepthPixelFrameAtResolution将深度图像与RGB图像对齐。但是当我在RGB图像和深度图像上绘制骨架时,骨架关节不会与深度图像或
RGB 图像对齐。在c#中,我们可以使用一个名为 Kinect.MapSkeletonPointToColor() 的函数。所以如果在c ++中,我应该如何对齐骨架到图像?

解决方案

hello,I have align the depth image to the RGB image using the function,NuiImageGetColorPixelCoordinateFrameFromDepthPixelFrameAtResolution. But when I draw skeleton on the RGB image and depth image, the skeleton joints are not aligned to de depth image or RGB image. In c#,we can use a function called Kinect.MapSkeletonPointToColor() .So if in c++,how should I align the skeleton to the image?

解决方案


这篇关于如何将骨架与RGB图像对齐(在c ++中)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 11:44
查看更多