开源库收集(机器人领域VSLAM)1

机器人领域中相关开源库资料汇总收集

目录

  1. 矩阵运算
    1.1 稀疏矩阵计算算法
    1.1.1 SuiteSparse
  2. 图形库
    2.1 可视化及人机交互
    2.1.1 Pangolin

正文

1. 矩阵运算

1.1 稀疏矩阵计算算法

1.1.1 SuiteSparse

SuiteSparse是一系列稀疏矩阵运算算法集,主要包含:
•GraphBLAS: graph algorithms in the language of linear algebra
•Mongoose: graph partitioning
•ssget: MATLAB and Java interface to the SuiteSparse Matrix Collection
•UMFPACK: multifrontal LU factorization. Appears as LU and x=A\b in MATLAB.
•CHOLMOD: supernodal Cholesky. Appears as CHOL and x=A\b in MATLAB. Now with CUDA acceleration, in collaboration with NVIDIA.
•SPQR: multifrontal QR. Appears as QR and x=A\b in MATLAB, with CUDA acceleration.
•KLU and BTF: sparse LU factorization, well-suited for circuit simulation.
•Ordering methods (AMD, CAMD, COLAMD, and CCOLAMD). AMD and COLAMD appear in MATLAB.
•CSparse and CXSparse: a concise sparse Cholesky factorization package for my SIAM book.
•spqr_rank: a MATLAB package for reliable sparse rank detection, null set bases, pseudoinverse solutions, and basic solutions.
•Factorize: an object-oriented solver for MATLAB (a reusable backslash).
•SSMULT and SFMULT: sparse matrix multiplication. Appears as the built-in C=A*B operator in MATLAB.
•… and many other packages.

SuiteSparse下载地址http://faculty.cse.tamu.edu/davis/suitesparse.html

2. 图形库

2.1 可视化及人机交互

2.1.1 Pangolin

Pangolin”是一个用于管理“OpenGL”显示、交互和抽象视频输入的轻量级便于快速开发的开源库。
github描述:
Pangolinis a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input. At its heart is a simple OpenGl viewport manager which can help to modularise 3D visualisation without adding to its complexity, and offers an advanced but intuitive 3D navigation handler. Pangolinalso provides a mechanism for manipulating program variables through config files and ui integration, and has a flexible real-time plotter for visualising graphical data.

The ethos of Pangolinis to reduce the boilerplate code that normally gets written to visualise and interact with (typically image and 3D based) systems, without compromising performance. It also enables write-once code for a number of platforms, currently including Windows, Linux, OSX, Android and IOS.

Pangolin”开源网址https://github.com/stevenlovegrove/Pangolin

更新中……

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值