技术栈

矩阵变换

点云SLAM
1 个月前
人工智能·线性代数·矩阵·向量·矩阵变换·空间变换·线性代数的本质
线性代数的本质大白话理解先一句话总结的如下:线性代数的本质,就是研究“线性变化”——包括空间中点、向量、矩阵之间如何通过线性规则(加法、数乘)变化和联系,并理解这些变化背后的结构。
comedate
8 个月前
python·矩阵变换·俩线段的变换
【ChatGPT】Python 实现计算两线段的变换矩阵使用 chatgpt 问的问题:To solve the problem of finding the transformation matrix that maps line segment to line segment in 3D space, we will utilize concepts from linear algebra. The transformation can be described as a combination of rotation and translation.