问题描述
我放置了一个与我相对的kinect传感器V2和另一个与我相邻的kinect传感器V2,这样两个kinect传感器的角度为
为90度。我想将相邻的传感器坐标系转移到相反的kinect传感器坐标系。
请建议我给出答案。
谢谢
Thanks
kirubha
推荐答案
Matlab:http://uk.mathworks。 com / help / vision / examples / stereo-calibration-and-scene-reconstruction.html
Matlab: http://uk.mathworks.com/help/vision/examples/stereo-calibration-and-scene-reconstruction.html
OpenCV: http://docs.opencv.org/modules/calib3d/doc/ camera_calibration_and_3d_reconstruction.html
OpenCV: http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html
注意事项:翻转您的Kinect图像,因为它们默认从传感器镜像。决定是否要使用彩色或红外图像,因为颜色具有更高的分辨率,红外激光的主动照明可以使白色和黑色的棋盘格b $ b模式饱和,但红外相机与深度处于相同的空间数据。
Points to note: Flip your Kinect images, as they come mirrored by default from the sensor. Decide if you want to use colour or IR images as colour has higher resolution, the active illumination of the IR lasers can saturate a white and black checker-board pattern, but the IR camera is in the same space as the depth data.
如果你想非常准确地做到这一点,你还需要仔细校准内在的相机参数。
If you want to do this very accurately you will need to carefully calibrate the intrinsic camera parameters also.
这篇关于如何将一个kinectsensor的坐标系更改为另一个kinectsensor的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!