PyKinect2-Mapper-Functions
PyKinect2-Mapper-Functions copied to clipboard
ICoordinateMapper functions using PyKinectV2 wrapper for python
I am using python 3.7 64bit. i did not do pip install since it seems to not work in that way. rather using the given files directly via import. However...
Hello. When I use the function depth_point_2_world_point(), I find there may be a bug. As you can see in these picture, no matter what the input coordinates are, the output...
as you can see in this picture, this is my code.  and there will always be an error: ``` Traceback (most recent call last): File "video_kinect.py", line 462, in...
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
[hello] @KonstantinosAng  Actually I am using kinect/pykinect2 lib to connect my kinect v2 with python. I am getting the depth image also and I did some processing also...

Hello, I can't display the picture when I use uint16 in the depth of About Aligned Image. It can only be displayed if it is changed to uint8, but it...
Hello, when I use mapper, the color_2_depth_space containing imshow will not have a window display. Can you help me? Thank you
Thank you for providing this method ! I succeed in excuting mapper.py but I found that the edge of the aligned image is **overlapped** sometimes, how can I solve the...
I have already acquired rgb-d dataset from kinect2. Can this library be used for already acquired images?