微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Ceres Solver

程序名称:Ceres Solver

授权协议: BSD

操作系统: 跨平台

开发语言: C/C++

Ceres Solver 介绍

Ceres Solver 是一个可移植的 C++ 库,可用来建模并解决大型复杂的非线性最小二乘问题。它的显著特性如下:

• A simple, expressive API | 简单易读的 API

• Automatic differentiation | 自动微分

• Robust loss functions | 稳健的损失函数

• Local parameterizations | 局部参数

• A threaded Jacobian evaluators and linear solvers

• Dense QR factorization (using
Eigen) for small
problems

• Sparse Cholesky factorization (using
SuiteSparse) for large
sparse problems

• Specialized solvers for problems in 3D computer
vision
| 三维计算机视觉中的问题的特定解决方

• A liberal license (New BSD)

• Scales from servers to cell phones.

Ceres Solver 官网

http://code.google.com/p/ceres-solver/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐