Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi...
im currently working with kinect 3d reconstruction application. i generated 3d point cloud in wpf and save it as .xml file (with x y depth coordinates). i can view the file. now i want to apply a texture. any idea for that? .thank you.
Posted
Updated 17-Aug-12 6:25am
v2
Comments
Kenneth Haugland 17-Aug-12 12:28pm    
What? I dont know what you want form your description, could you elaborate please?
Matt T Heffron 17-Aug-12 14:40pm    
If I had to guess, he wants to Render an image of the surface of the collected points, applying some "texture".

1 solution

If you are doing 3D in WPF, this book is a vital resource: http://www.charlespetzold.com/3D/[^]

Having tried a lot of this myself, I can tell you it's not an easy task. WPF will choke hard on the vast amount of data you try to throw at it with a depth image from the Kinect. I ended up giving up on it actually and moved in the XNA direction for this type of stuff. So if you do figure out how to get 3D WPF to behave well with Kinect data, I would love to see your solution.
 
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