Commit e0ff76fa authored by oscar's avatar oscar

提交更新

parent 8455ae61
......@@ -254,7 +254,7 @@ double correct_angle(std::vector<point2d>& points)
for (int i = 0; i < 5; i++)
{
X(i, 0) = points[i].x;
X(i, 1) = points[y].y;
X(i, 1) = points[i].y;
}
Eigen::MatrixXd X_copy = X; // 拷贝副本,因为X取均值后会被改变
Eigen::MatrixXd C(2, 2); // 方差
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment