Object detection with stitching #193
-
Hello, I am working on a model of object detection, on mutli cameras so i would like to stitch the images of the cameras. The model gives back the coordinate of the box surrounding the object, and i would like to map those cordinates to the panorama given back by the Stitcher but I'm having trouble doing it. Has anyone worked on a similar task ? |
Beta Was this translation helpful? Give feedback.
Answered by
lukasalexanderweber
Mar 25, 2024
Replies: 1 comment 6 replies
-
You have the cooridinates in a single Image and plot them on the final stitched result? The key might be |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
meliioko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have the cooridinates in a single Image and plot them on the final stitched result? The key might be
perspectiveTransform
See https://stackoverflow.com/questions/76003489/how-to-get-image-coordinates-after-successful-match-and-stitch-using-opencv