I'm working a project that about biometric measurement with kinect. I have a Kinect v1 for Xbox. I can get color image and depth image via this kinect. I want to mapping depth value of color image point. Kinect sdk doesnt support CoordinateMapper.MapColorPoint2DepthPoint or space. All coordinate tranformation method is here.All Mapping Functions List
How can I mapping color point to depth point with kinect v1 for xbox. Thanks your answers.
note : Language: C# , Platform: Windows Form