Category "helix-3d-toolkit"

Helix Toolkit in c# displaying ply point cloud

I have made a ply file with the help of this wrapper. How I made the ply file is shown below: using (var frames = pipeline.WaitForFrames()) { var colorFrame

Displaying .ply Point Cloud in C# using Helix-Toolkit

I'm trying to create a Point Cloud from a .ply File which holds vertices (v x y z r g b) and their color recorded from a Kinect v2. What I've tried so far: At