3D Instant Meshing API
3D Instant Meshing is software for real-time tracking and integration of 3D scans into a triangular mesh. The library supports multiple concurrent instances within a single process (up to 16), each operating on a GPU — instances can share a GPU or be distributed across several for independent parallel processing. It works only with Photoneo scanning devices.
C++ API
C++ wrapper over the core C API.
C API
Core C API providing an ABI-stable interface.
Python API
High-level Python bindings.