UNPKG

js-subpcd

Version:

🌟 High-performance JavaScript/TypeScript QuadTree point cloud filtering and processing library. Published on npm as js-subpcd with PCL.js compatible API for spatial filtering, subsampling, and nearest neighbor search.

6 lines (5 loc) • 129 B
/** * QuadTree Worker for Node.js using worker_threads * Handles heavy QuadTree operations in a separate thread */ export {};