Kinect镜像问题

发现Kinect得到的图像是左右翻转的,所以想找一找有什么设置的方法找到了下面一段描述:

All of the data streams from the Kinect are mirrored, there is no built in way for the SDK to “un-mirror” the image. In order to get the “correct” view you will have to manually reverse the x axis in your code or application.

I usually do this by writing the pixels into a new image array/texture, but if you’re using a library or graphics engine that supports it, there may be an easier or faster way to handle that.

Keep in mind you only need to flip the horizontal x axis (width) as the vertical y axis is normal. No rotation is necessary.

所以还是用opencv的方法来解决这个问题吧。

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值