Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# VSLAM_14_Book
《视觉SLAM十四讲》的学习笔记记录,仅供参考
《视觉SLAM十四讲》的学习笔记记录,不定期更新,仅供参考
2 changes: 1 addition & 1 deletion ch3/test/test_EigenMatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ int main(int argc, char **argv)
cout << endl;
}

// 矩阵运算(PS:类型/维度要一致
// 矩阵运算(PS:类型和维度要一致
Matrix<double, 3, 1> result = matrix_34 * V_4d;
Matrix<float, 2, 1> result2 = matrix_24 * V_4d.cast<float>();

Expand Down