Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Reconstruct Water-Tight Triangulation from Point Cloud
This software reconstructs water-tight triangulations from point clouds, interpolating the points.
It approximates the triangle mesh which minimizes the sum of all triangles' longest edge. As a result, it can interpolate much more sparse sampling as state-of-the-art algorithms. Run-time is in practice linear to that of the Delaunay triangulation of the points.
The software is designed as a command-line tool. It can also be used as a library. A plug-in for the Meshlab geometry software is available as well.
This work presents an open-source tool for viewing the depth map information captured by Microsofts Kinect sensor in a distributed way as a 3D point cloud inside the web browser.
This is openFrameworks's ofxKuZed addon with compiled example of its usage. This example shows depth map, masked color image and point cloud from StereoLabs ZED.
Requirements:
- Windows
- ZED SDK 1.0 or later (https://cloud.mail.ru/public/8Luw/yPxdYh91A)
- CUDA 7.5 (and NVidia card) https://cloud.mail.ru/public/79z4/164HTQkeq
- Visual Studio 2015 Community C++ (or its redistributables https://cloud.mail.ru/public/AgYD/r9JLgBc9y)
See details on installation and example usage at GitHub:
https://github.com/kuflex/ofxKuZed
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
### mesh reconstruction from point cloud # filters the input data eliminating noise # creates a quad shell - mesh with inside and thickness ### additional info: - GUI using Clan-Lib SDK