
算法开源代码收集
文章平均质量分 92
RobotLife
4-5
展开
-
用bresenham算法求两点之间连线通过的栅格点
void GridLineTraversal::gridLineCore( IntPoint start, IntPoint end, GridLineTraversalLine *line ) { int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; int cnt = 0; dx = abs(end....原创 2020-03-27 12:04:31 · 2187 阅读 · 0 评论 -
开源库收集(机器人领域VSLAM)1
机器人领域中相关开源库资料汇总收集 1. 矩阵运算 1.1 系数矩阵计算算法 SuiteSparse是一系列稀疏矩阵运算算法集,主要包含: •GraphBLAS: graph algorithms in the language of linear algebra •Mongoose: graph partitioning •ssget: MATLAB and Java interface to ...原创 2018-12-05 10:26:18 · 601 阅读 · 0 评论