All Projects → ceres-solver → Ceres Solver

ceres-solver / Ceres Solver

Licence: other
A large scale non-linear optimization library

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Ceres Solver

Nonlinear-Optimization-Algorithms
MATLAB implementations of a variety of nonlinear programming algorithms.
Stars: ✭ 86 (-96.06%)
Mutual labels:  conjugate-gradient, nonlinear-programming, bfgs, nonlinear-optimization-algorithms
theseus
A library for differentiable nonlinear optimization
Stars: ✭ 1,257 (-42.34%)
Mutual labels:  levenberg-marquardt, gauss-newton, nonlinear-least-squares
ProximalOperators.jl
Proximal operators for nonsmooth optimization in Julia
Stars: ✭ 119 (-94.54%)
Mutual labels:  numerical-optimization, nonlinear-programming
GALAHAD
A library of modern Fortran modules for nonlinear optimization
Stars: ✭ 60 (-97.25%)
Mutual labels:  numerical-optimization, nonlinear-least-squares
pdfo
Powell's Derivative-Free Optimization solvers
Stars: ✭ 56 (-97.43%)
Mutual labels:  numerical-optimization, nonlinear-optimization-algorithms
least-squares-cpp
A single header-only C++ library for least squares fitting.
Stars: ✭ 46 (-97.89%)
Mutual labels:  levenberg-marquardt, gauss-newton
Dagsfm
Distributed and Graph-based Structure from Motion
Stars: ✭ 269 (-87.66%)
Mutual labels:  structure-from-motion
Awesome Learning Mvs
A list of awesome learning-based multi-view stereo papers
Stars: ✭ 27 (-98.76%)
Mutual labels:  structure-from-motion
ForBES
Generic and efficient MATLAB solver for nonsmooth optimization problems
Stars: ✭ 19 (-99.13%)
Mutual labels:  numerical-optimization
kapture-localization
Provide mapping and localization pipelines based on kapture format
Stars: ✭ 111 (-94.91%)
Mutual labels:  structure-from-motion
Alicevision
Photogrammetric Computer Vision Framework
Stars: ✭ 2,029 (-6.93%)
Mutual labels:  structure-from-motion
Uav Mapper
UAV-Mapper is a lightweight UAV Image Processing System, Visual SFM reconstruction or Aerial Triangulation, Fast Ortho-Mosaic, Plannar Mosaic, Fast Digital Surface Map (DSM) and 3d reconstruction for UAVs.
Stars: ✭ 106 (-95.14%)
Mutual labels:  structure-from-motion
Boofcv
Fast computer vision library for SFM, calibration, fiducials, tracking, image processing, and more.
Stars: ✭ 706 (-67.61%)
Mutual labels:  structure-from-motion
Odm
A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷
Stars: ✭ 3,340 (+53.21%)
Mutual labels:  structure-from-motion
Hierarchical Localization
Visual localization made easy with hloc
Stars: ✭ 997 (-54.27%)
Mutual labels:  structure-from-motion
Colmap
COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface. It offers a wide range of features for reconstruction of ordered and unordered image collections. The software is licensed under the new BSD license. If you use this project for your research, please cite:
Stars: ✭ 3,479 (+59.59%)
Mutual labels:  structure-from-motion
Kapture
kapture is a file format as well as a set of tools for manipulating datasets, and in particular Visual Localization and Structure from Motion data.
Stars: ✭ 128 (-94.13%)
Mutual labels:  structure-from-motion
Meshroom
3D Reconstruction Software
Stars: ✭ 7,254 (+232.75%)
Mutual labels:  structure-from-motion
Theiasfm
An open source library for multiview geometry and structure from motion
Stars: ✭ 647 (-70.32%)
Mutual labels:  structure-from-motion
Bundler sfm
Bundler Structure from Motion Toolkit
Stars: ✭ 1,296 (-40.55%)
Mutual labels:  structure-from-motion

Build Status

Ceres Solver

Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.

  1. Non-linear Least Squares problems with bounds constraints.
  2. General unconstrained optimization problems.

Please see ceres-solver.org for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].