awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
RainerKuemmerle avatar

RainerKuemmerle/g2o

0
View on GitHub↗
3,434 نجوم·1,151 تفرعات·C++·2 مشاهدات

G2o

g2o: A General Framework for Graph Optimization

Features

  • Simultaneous Localization and Mapping - Graph-based optimization framework for SLAM and robotics.
  • SLAM Implementations - General framework for graph-based optimization in robotics.
  • Numerical Optimization Solvers - Graph-based optimization framework for spatial constraints.
  • Optimization Libraries - Framework for optimizing graph-based nonlinear error functions.

سجل النجوم

مخطط تاريخ النجوم لـ rainerkuemmerle/g2oمخطط تاريخ النجوم لـ rainerkuemmerle/g2o

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ G2o

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع G2o.
  • ceres-solver/ceres-solverالصورة الرمزية لـ ceres-solver

    ceres-solver/ceres-solver

    4,499عرض على GitHub↗

    Ceres Solver is a C++ library for numerical optimization, specializing in non-linear least squares and unconstrained optimization problems. It serves as a framework for automatic differentiation and robust curve fitting, providing tools to solve large-scale mathematical models. The library is distinguished by its bundle adjustment capabilities, which exploit sparse matrix structures to refine 3D scene points and camera parameters. It utilizes dual-number automatic differentiation to compute derivatives of cost functions, removing the need for manual Jacobian derivation. The project covers a

    C++
    عرض على GitHub↗4,499
  • raulmur/orb_slam2الصورة الرمزية لـ raulmur

    raulmur/ORB_SLAM2

    10,105عرض على GitHub↗

    ORB_SLAM2 is a visual simultaneous localization and mapping system that tracks camera movement and builds 3D environments from image data. It functions as a real-time visual odometry tool and sparse 3D reconstructor, computing the position and orientation of a camera while generating a point cloud map of a physical space. The system utilizes a camera relocalization engine to identify a camera's position within a known map after tracking failure or system restarts. It incorporates a spatial tracker to enable the precise insertion and composition of virtual 3D objects into real-world planar reg

    C++
    عرض على GitHub↗10,105
  • robotlocomotion/drakeالصورة الرمزية لـ RobotLocomotion

    RobotLocomotion/drake

    3,910عرض على GitHub↗

    Drake is a robotics simulation framework and control system modeling tool used for designing, simulating, and verifying the dynamics of complex robotic systems. It functions as a multibody dynamics simulator and a mathematical optimization library, providing a suite of algorithms for trajectory optimization and the simulation of articulated robots. The framework is distinguished by its block-diagram system for composing dynamical subsystems and its ability to formulate and solve diverse mathematical programs, including linear, quadratic, and nonconvex nonlinear problems. It supports specializ

    C++drakerobotics
    عرض على GitHub↗3,910
  • davisking/dlibالصورة الرمزية لـ davisking

    davisking/dlib

    14,399عرض على GitHub↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    C++c-plus-pluscomputer-visiondeep-learning
    عرض على GitHub↗14,399
عرض جميع البدائل الـ 15 لـ G2o→

الأسئلة الشائعة

ما هي وظيفة rainerkuemmerle/g2o؟

g2o: A General Framework for Graph Optimization

ما هي الميزات الرئيسية لـ rainerkuemmerle/g2o؟

الميزات الرئيسية لـ rainerkuemmerle/g2o هي: Simultaneous Localization and Mapping, SLAM Implementations, Numerical Optimization Solvers, Optimization Libraries.

ما هي البدائل مفتوحة المصدر لـ rainerkuemmerle/g2o؟

تشمل البدائل مفتوحة المصدر لـ rainerkuemmerle/g2o: ceres-solver/ceres-solver — Ceres Solver is a C++ library for numerical optimization, specializing in non-linear least squares and unconstrained… raulmur/orb_slam2 — ORB_SLAM2 is a visual simultaneous localization and mapping system that tracks camera movement and builds 3D… robotlocomotion/drake — Drake is a robotics simulation framework and control system modeling tool used for designing, simulating, and… davisking/dlib — dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and… gerhardr/kfusion — This is an implementation sketch of the KinectFusion system described by Newcombe et al. ethz-asl/okvis — OKVIS: Open Keyframe-based Visual-Inertial SLAM.