less than 1 minute read

Ceres Solver 개요

Reference : http://ceres-solver.org/, https://en.wikipedia.org/wiki/Non-linear_least_squares

Reference : http://ceres-solver.org/features.html

Ceres Solver Installation

Reference : http://ceres-solver.org/installation.html
Ubuntu 18.04.6 LTS, https://github.com/Lee-JaeWon/Ceres-Solver-Examples

HelloWorld Tutorial

Reference : http://ceres-solver.org/nnls_tutorial.html#hello-world
https://lee-jaewon.github.io/deep_learning_study/Lec03(TensorFlow)/

📣
본 포스팅의 언어 및 개발 환경 : C++, Ubuntu 18.04.6 LTS
포스팅에 대한 오류나 궁금한 점은 Comments를 작성해주시면, 많은 도움이 됩니다.💡

Leave a comment