You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(autoware_image_projection_based_fusion): detected object roi box projection fix (#9519)
* fix: detected object roi box projection fix
1. eliminate misuse of std::numeric_limits<double>::min()
2. fix roi range up to the image edges
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* fix: fix roi range calculation in RoiDetectedObjectFusionNode
Improve the calculation of the region of interest (ROI) in the RoiDetectedObjectFusionNode. The previous code had an issue where the ROI range was not correctly limited to the image edges. This fix ensures that the ROI is within the image boundaries by using the correct comparison operators for the x and y coordinates.
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
---------
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
0 commit comments