Ceres Solver

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-07 20:56:51

软件介绍

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.

本文地址:https://codercto.com/soft/d/14104.html

Data Mining

Data Mining

Jiawei Han、Micheline Kamber、Jian Pei / Morgan Kaufmann / 2011-7-6 / USD 74.95

The increasing volume of data in modern business and science calls for more complex and sophisticated tools. Although advances in data mining technology have made extensive data collection much easier......一起来看看 《Data Mining》 这本书的介绍吧!

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具