fix small mistake
This commit is contained in:
@ -88,7 +88,7 @@ static void seamAjust(std::vector<DetectedPoint>& detections)
|
|||||||
for(auto& point : detections)
|
for(auto& point : detections)
|
||||||
{
|
{
|
||||||
if(point.coordinate.x < leftCoordinate)
|
if(point.coordinate.x < leftCoordinate)
|
||||||
point.coordinate.x = point.coordinate.x + point.coordinate.x;
|
point.coordinate.x = point.coordinate.x + rightMostPoint + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user