Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> * 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 <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
- Loading branch information