图像更改
This commit is contained in:
@@ -79,8 +79,8 @@ void MidLineTrack() {
|
||||
}
|
||||
|
||||
// 车轮对应点 (纯跟踪起始点)
|
||||
float cx = InverseMapW[(int) (IMAGE_H * 0.75f)][94];
|
||||
float cy = InverseMapH[(int) (IMAGE_H * 0.75f)][94];
|
||||
float cx = InverseMapW[(int) (IMAGE_H * 0.75f)][100];
|
||||
float cy = InverseMapH[(int) (IMAGE_H * 0.75f)][100];
|
||||
|
||||
// 找最近点 (起始点中线归一化)
|
||||
float min_dist = 1e10;
|
||||
|
||||
Reference in New Issue
Block a user