awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nmwsharp/polyscope

Open-source alternatives to Polyscope

30 open-source projects similar to nmwsharp/polyscope, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Polyscope alternative.

  • keijiro/pcxkeijiro 的头像

    keijiro/Pcx

    1,505在 GitHub 上查看↗

    Point cloud importer & renderer for Unity

    C#
    在 GitHub 上查看↗1,505
  • kitware/lidarviewKitware 的头像

    Kitware/LidarView

    301在 GitHub 上查看↗

    LidarView performs real-time reception, recording, visualization and processing of 3D LiDAR data. This repository is a mirror of https://gitlab.kitware.com/LidarView/lidarview.

    C++
    在 GitHub 上查看↗301
  • rmeertens/immersivepointsrmeertens 的头像

    rmeertens/ImmersivePoints

    15在 GitHub 上查看↗

    Visualise your data in virtual reality with ImmersivePoints

    HTML
    在 GitHub 上查看↗15
  • cloudcompare/cloudcompareCloudCompare 的头像

    CloudCompare/CloudCompare

    4,577在 GitHub 上查看↗

    CloudCompare is a professional software application for processing and analyzing 3D point clouds and polygonal meshes. It functions as a 3D mesh analysis tool and a large dataset visualizer designed to display and manage millions of points in a 3D environment. The software provides specialized capabilities for point cloud comparison, utilizing an optimized octree structure to calculate spatial differences between two 3D datasets. This allows for the identification of variations and errors between point clouds or between a point cloud and a mesh. The system covers broad 3D data analysis areas

    C++
    在 GitHub 上查看↗4,577
  • kitware/veloviewKitware 的头像

    Kitware/VeloView

    329在 GitHub 上查看↗

    VeloView performs real-time visualization and easy processing of live captured 3D LiDAR data from Velodyne sensors (Alpha Prime™, Puck™, Ultra Puck™, Puck Hi-Res™, Alpha Puck™, Puck LITE™, HDL-32, HDL-64E). Runs on Windows, Linux and MacOS. This repository is a mirror of https://gitlab.kitware.com/LidarView/VeloView-Velodyne.

    C++
    在 GitHub 上查看↗329

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • potree/potreepotree 的头像

    potree/potree

    5,505在 GitHub 上查看↗

    Potree is a web-based point cloud rendering engine and viewer designed for the visualization and analysis of massive 3D spatial datasets and LIDAR scans. It functions as a geospatial analysis tool that enables the interactive exploration of high-density point clouds directly within a web browser using WebGL. The system utilizes eye-dome lighting to enhance depth perception of 3D structures and supports virtual reality for immersive spatial exploration. It provides specialized capabilities for 3D scene documentation through hierarchical annotations and the creation of animated camera fly-throu

    JavaScript
    在 GitHub 上查看↗5,505
  • connormanning/entwineconnormanning 的头像

    connormanning/entwine

    518在 GitHub 上查看↗

    Entwine - point cloud organization for massive datasets

    C++
    在 GitHub 上查看↗518
  • pointcloudlibrary/pclPointCloudLibrary 的头像

    PointCloudLibrary/pcl

    11,028在 GitHub 上查看↗

    The Point Cloud Library is a collection of C++ algorithms designed for filtering, registering, and analyzing large-scale 3D spatial datasets. It provides a framework for 3D point cloud processing, incorporating tools for spatial data filtering and geometric feature estimation. The library includes specialized systems for aligning multiple spatial datasets into a single unified coordinate system and a rendering engine for the visual inspection and analysis of processed point cloud data. It also features tools for calculating spatial descriptors to identify structural patterns and shapes within

    C++c-plus-pluscomputer-visioncpp
    在 GitHub 上查看↗11,028
  • hku-mars/fast_liohku-mars 的头像

    hku-mars/FAST_LIO

    4,829在 GitHub 上查看↗

    FAST_LIO is a real-time SLAM system and LiDAR-inertial odometry package designed for simultaneous localization and mapping. It functions as a state estimation engine and 3D mapping tool that fuses LiDAR point clouds with inertial measurement unit data to provide robust robot state estimation. The system utilizes a tightly-coupled sensor fusion approach with an iterative Kalman filter to estimate position and orientation. It distinguishes itself through direct point-to-plane matching, which calculates odometry by matching raw lidar points to the map surface without manual geometric feature ext

    C++lidar-odometrylivox-avia-lidar
    在 GitHub 上查看↗4,829
  • cgal/cgalCGAL 的头像

    CGAL/cgal

    5,757在 GitHub 上查看↗

    CGAL is a software library that provides a comprehensive collection of computational geometry algorithms and data structures. It is built around a geometry kernel that defines fundamental geometric primitives and operations, enabling the construction of complex geometric objects and the computation of geometric predicates with exact arithmetic for reliable results. The library covers a wide range of geometric computation capabilities, including the construction of convex hulls, triangulations of point sets, and the generation of Voronoi diagrams. It also supports the processing of polygonal m

    C++algorithmsarrangeboolean-operations
    在 GitHub 上查看↗5,757
  • realsenseai/librealsenserealsenseai 的头像

    realsenseai/librealsense

    8,541在 GitHub 上查看↗

    The Intel RealSense SDK is a software development kit providing drivers and libraries for interfacing with depth cameras to capture color, depth, and infrared data streams. It includes a depth camera driver for device discovery and sensor configuration, a stereo vision library for computing depth maps and aligning frames, and a 3D point cloud generator to transform depth and infrared frames into spatial representations. The SDK distinguishes itself through on-chip depth calculation and stereo calibration, using internal vision processors to reduce host CPU load. It supports hardware-level str

    C++camera-apicomputer-visiondeveloper-kits
    在 GitHub 上查看↗8,541
  • openai/point-eopenai 的头像

    openai/point-e

    6,886在 GitHub 上查看↗

    Point-e is a system for 3D model synthesis that generates three-dimensional point clouds from natural language descriptions and two-dimensional images. It utilizes diffusion models to synthesize these spatial representations based on text prompts or source images. The project includes specialized tools for refining these outputs, such as a point cloud upsampler to increase the density and resolution of low-resolution models. It also provides a mesh converter that uses distance function regression to transform raw point cloud data into structured 3D meshes. The broader capability surface cove

    Python
    在 GitHub 上查看↗6,886
  • open-mmlab/mmcvopen-mmlab 的头像

    open-mmlab/mmcv

    6,446在 GitHub 上查看↗

    mmcv is a foundation library for computer vision based on PyTorch. It provides a comprehensive system for constructing convolutional neural networks, a toolkit for image and video preprocessing, and a collection of high-performance deep learning vision operators. The project is distinguished by its hardware-accelerated kernels for complex operations such as deformable convolutions and region pooling. It features a configuration-driven framework that allows for the dynamic instantiation of network layers and the registration of custom modules without modifying code. The library covers a broad

    Python
    在 GitHub 上查看↗6,446
  • tixiaoshan/lio-samTixiaoShan 的头像

    TixiaoShan/LIO-SAM

    4,794在 GitHub 上查看↗

    LIO-SAM is a lidar inertial SLAM framework and tightly-coupled sensor fusion pipeline. It functions as a factor graph optimization engine that combines lidar scans and inertial measurement unit data to build 3D point cloud maps and estimate robot trajectories. The system integrates global position factors to align local coordinates with real-world data. It employs loop closure detection to identify previously visited locations, creating constraints in the optimization graph to correct accumulated global drift. The framework covers lidar inertial odometry, point cloud processing, and trajecto

    C++
    在 GitHub 上查看↗4,794
  • kzampog/cilantrokzampog 的头像

    kzampog/cilantro

    1,130在 GitHub 上查看↗

    A lean C++ library for working with point cloud data

    C++
    在 GitHub 上查看↗1,130
  • lastools/lastoolsLAStools 的头像

    LAStools/LAStools

    1,059在 GitHub 上查看↗

    efficient tools for LiDAR processing

    C++
    在 GitHub 上查看↗1,059
  • liangliangnan/polyfitLiangliangNan 的头像

    LiangliangNan/PolyFit

    820在 GitHub 上查看↗

    Polygonal Surface Reconstruction from Point Clouds (C++ & Python)

    C++
    在 GitHub 上查看↗820
  • maudzung/super-fast-accurate-3d-object-detectionmaudzung 的头像

    maudzung/Super-Fast-Accurate-3D-Object-Detection

    1,125在 GitHub 上查看↗

    Super Fast and Accurate 3D Object Detection based on 3D LiDAR Point Clouds (The PyTorch implementation)

    Python
    在 GitHub 上查看↗1,125
  • neka-nat/cupochneka-nat 的头像

    neka-nat/cupoch

    1,051在 GitHub 上查看↗

    Robotics with GPU computing

    C++
    在 GitHub 上查看↗1,051
  • nicolas-chaulet/torch-points3dnicolas-chaulet 的头像

    nicolas-chaulet/torch-points3d

    267在 GitHub 上查看↗

    Pytorch framework for doing deep learning on point clouds.

    在 GitHub 上查看↗267
  • nvidia-ai-iot/cuda-pclNVIDIA-AI-IOT 的头像

    NVIDIA-AI-IOT/cuda-pcl

    695在 GitHub 上查看↗

    A project demonstrating how to use the libs of cuPCL.

    C++
    在 GitHub 上查看↗695
  • nvidiagameworks/kaolinNVIDIAGameWorks 的头像

    NVIDIAGameWorks/kaolin

    5,107在 GitHub 上查看↗

    Kaolin is a PyTorch 3D deep learning library providing a comprehensive suite of tools for 3D geometry processing, physics simulation, data visualization, and gradient-based rendering for computer vision. The library includes a differentiable 3D renderer and a geometry processing toolkit for converting and transforming 3D representations such as meshes and point clouds. It also features a 3D physics simulation engine to calculate physical interactions and collisions between three-dimensional objects and scenes. The toolkit provides utilities for 3D data visualization, including the creation o

    Python
    在 GitHub 上查看↗5,107
  • octomap/octomapOctoMap 的头像

    OctoMap/octomap

    2,311在 GitHub 上查看↗

    An Efficient Probabilistic 3D Mapping Framework Based on Octrees. Contains the main OctoMap library, the viewer octovis, and dynamicEDT3D.

    C++
    在 GitHub 上查看↗2,311
  • open-mmlab/mmdetection3dopen-mmlab 的头像

    open-mmlab/mmdetection3d

    6,273在 GitHub 上查看↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Python3d-object-detectionobject-detectionpoint-cloud
    在 GitHub 上查看↗6,273
  • open-mmlab/openpcdetopen-mmlab 的头像

    open-mmlab/OpenPCDet

    5,621在 GitHub 上查看↗

    OpenPCDet is a PyTorch deep learning library and toolbox for LiDAR 3D object detection. It functions as a point cloud processing framework designed to develop, train, and evaluate machine learning models that identify and locate objects in three dimensional space. The project includes a GPU-accelerated geometry engine for high-performance implementation of 3D intersection over union and rotated non-maximum suppression. It also provides a distributed model training tool to scale the training and testing of detection models across multiple GPUs and computing nodes. The framework covers point c

    Python
    在 GitHub 上查看↗5,621
  • pdal/pdalPDAL 的头像

    PDAL/PDAL

    1,381在 GitHub 上查看↗

    PDAL is Point Data Abstraction Library. GDAL for point cloud data.

    C++
    在 GitHub 上查看↗1,381
  • poodarchu/det3dpoodarchu 的头像

    poodarchu/Det3D

    1,553在 GitHub 上查看↗

    World's first general purpose 3D object detection codebse.

    Python
    在 GitHub 上查看↗1,553
  • potree/potreeconverterpotree 的头像

    potree/PotreeConverter

    803在 GitHub 上查看↗

    Create multi res point cloud to use with potree

    JavaScript
    在 GitHub 上查看↗803
  • prbonn/kiss-icpPRBonn 的头像

    PRBonn/kiss-icp

    2,226在 GitHub 上查看↗

    A LiDAR odometry pipeline that just works

    C++
    在 GitHub 上查看↗2,226
  • prbonn/lidar-bonnetalPRBonn 的头像

    PRBonn/lidar-bonnetal

    1,038在 GitHub 上查看↗

    Semantic and Instance Segmentation of LiDAR point clouds for autonomous driving

    Python
    在 GitHub 上查看↗1,038