PyKinect2-Mapper-Functions icon indicating copy to clipboard operation
PyKinect2-Mapper-Functions copied to clipboard

ICoordinateMapper functions using PyKinectV2 wrapper for python

Results 10 PyKinect2-Mapper-Functions issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/73057174/170714926-56d95356-5cf4-4e17-9a18-66d245319475.png) 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...

dependencies

[hello] @KonstantinosAng ![output matrix](https://user-images.githubusercontent.com/93447724/169769047-412a2c53-7ae3-4d23-8c4c-e45abfe1b484.PNG) 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...

![image](https://user-images.githubusercontent.com/26244036/138039691-82ea230d-3a3e-4d70-a74d-92d72653c41e.png)

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?