Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi.

I try to get depth 3d point cloud from kinect sensor by using wpf application. Now I want to add texture (RGB image to depth data) to 3d depth data. But I can't find any solution.

Can anyone help??

Thanks.
Posted
Updated 20-Aug-12 4:52am
v2
Comments
Nueman 20-Aug-12 10:53am    
Edited for readability.

1 solution

There is a method in the KinectSensor class to do this for you called MapDepthFrameToColorFrame http://msdn.microsoft.com/en-us/library/microsoft.kinect.kinectsensor_members[^].

There is an example in this thread: http://social.msdn.microsoft.com/Forums/en-US/kinectsdknuiapi/thread/c39bab30-a704-4de1-948d-307afd128dab[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900