ceres-solver-399cda773035d99eaf1f4a129a666b3c4df9d1b1.tar.gz
2022-01-16 09:01:32 3.53MB nerf_pl
1
最新最小二乘非线性优化库,实测可用,兼容vs2013 ,Maximum likelihood estimation (MLE) is a well-known estimation method used in many robotic and computer vision applications. Under Gaussian assumption, the MLE converts to a nonlinear least squares (NLS) problem. Efficient solutions to NLS exist and they are based on iteratively solving sparse linear systems until convergence.
2021-11-22 11:52:09 4.15MB C++ ceres vs2013
1
姿势图优化 使用Ceres Solver进行2D姿态图优化的示例代码。 依存关系 本征3.3或更高版本 Ceres Solver 1.12.0或更高版本 Gflags 2.2.0或更高版本 带有matplotlib的Python 建造 $ git clone https://github.com/shinsumicco/pose-graph-optimization.git $ cd pose-graph-optimization $ mkdir build $ cd build $ cmake .. $ make -j4 优化 $ cd pose-graph-optimization/build $ bin/se2_optimize --filename ../sample/manhattan.g2o Number of poses: 3500 Number of constraints
2021-11-20 20:09:19 700KB CMake
1
ceres solver库+ceres solver的使用
2021-11-16 17:02:38 10.67MB ceres
1
https://ceres-solver.googlesource.com/ceres-solver.git , version 1.13.0
2021-10-28 21:12:13 3.41MB ceres-solver Cartographer
1
ceres库已通过编译和配置(VS2019+win10)debug版(不包括release版)
2021-10-20 22:54:06 29.48MB Ceres c++
1
麻省理工大学开源数据集,格式为.g2o文件,包含2D Pose Graph Optimization与3D Pose Graph Optimization数据,可以使用ceres 示例程序pose_graph运行
2021-10-20 14:23:16 4.4MB 位姿图优化 .g2o ceres SLAM
1
window10+vs2019 环境下编译ceres库,文件包含所有依赖的库的源码,以及编译后的Debug库、Release库
2021-10-14 11:04:30 270.04MB Ceres
1
windows10 + vs 2019环境下编译后的ceres库,包含lib、bin以及头文件
2021-10-14 11:04:30 10.44MB Ceres
1
包中包含ceres库的几个源码,包括ceres solver,eigen,gflags, glogs等库,和在win10+vs2017平台下编译好了的include和lib文件,包括Release版本和Debug版本。已经测试都可用。
2021-10-09 15:20:29 58.87MB Ceres solver
1