Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a Kinect V2 that collects measurements from a object that is rotated 360 degrees.

Once the object is rotated 360 degrees I end up with 360 arrays with a length of 480. These arrays are full of distance measurements taken from a measuring device.

I would like to take the captured measurements and build a 3d or wireframe or point cloud representation of the object measured using C# and WPF.

Could someone point me in the direction to find solution for this. The simpler the better. (I don't want to use fusion)

What I have tried:

I have tried expanding on 3d wireframe C# WPF examples in code project.I have tried Helix tool kit but I can get the examples to work. I thought maybe I should display it as a graph.
Posted
Updated 21-Feb-17 5:04am

I have searched but cant find the answer to my problem.

I'm trying to duplicate a program that Already exist and I don't have the source code. This program has 32 lasers that point at a object that's rotated 360 degrees. The lasers measure the object as it rotates and for every degree of rotation stores the measurements. Then the program takes the measurements and builds a wireframe representation of the object that was scanned.

I am looking for a way to build a wireframe representation of a scanned object from physical captured measurement's whether they come from lasers or the Kinect using C# and WPF.
 
Share this answer
 
Comments
Graeme_Grant 21-Feb-17 16:47pm    
Did you click on the link that I provided?
Google Search is your friend... This should help: display kinect 3d model in WPF[^]
 
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