Skip to content

Commit 4f1836b

Browse files
author
KhalilSelyan
committed
better contained shape/prob
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
1 parent a813a7f commit 4f1836b

File tree

1 file changed

+1
-1
lines changed
  • perception/traffic_light_visualization/src/traffic_light_roi_visualizer

1 file changed

+1
-1
lines changed

perception/traffic_light_visualization/src/traffic_light_roi_visualizer/shape_draw.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void drawShape(
6161
params.image,
6262
cv::Rect(
6363
// width should take into account the text width
64-
position.x, position.y, shapeImg.cols + 45, shapeImg.rows),
64+
position.x - 2, position.y - 5, shapeImg.cols + 47, shapeImg.rows + 5),
6565
params.color,
6666
-1); // Filled rectangle
6767

0 commit comments

Comments
 (0)