从色彩空间移动到相机空间

从色彩空间移动到相机空间

本文介绍了从色彩空间移动到相机空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Everyone;

Hello Everyone;

我试图以毫米为单位获取相机空间中一个像素(例如位置200,330)的位置。

I am trying to get the location of one pixel (for example location 200,330) in the camera space in mm.

我所拥有的是图像中对象的像素坐标。

What I do have is the pixel coordinates of an object in the image.

如果我使用coordinateMapper.MapColorFrameToCameraSpace,我只能传入整个深度帧而不仅仅是来自RGB图像的像素坐标。

If I use the coordinateMapper.MapColorFrameToCameraSpace, I can only pass in the whole depth frame instead of just the pixel coordinates from the RGB image.

任何人都知道怎么做?

谢谢;

推荐答案


这篇关于从色彩空间移动到相机空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 02:45