Replies: 2 comments 8 replies
-
I'm quite sure that you can get the points you need from the |
Beta Was this translation helpful? Give feedback.
8 replies
-
hey if you guys are still interested, I figured out how to get the top-left corners.
it's every x, y coordinates minus the minimum of every x's and y's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to retrieve the corners of a stitched image, as I would like to stretch it out to make the corners coincide with the ones of a rectangle. This is an idea I had in order to minimise the miniaturisation effect observed when stitching together multiple frames in sequence, as displayed here:
What I'd like to do, starting from a simple two-frames stitch, is retrieve the coordinates of the corners highlighted in red, here (note that this is another stitched image, no the simple one I'm working with, but just to understand what are "corners" to me):
I have tried to follow the code and I have drawn the absolute value of
final_corners
, but the resulting corners are these, which are not what I'm looking for.Any idea on how to retrieve these?
Thank you and best regards.
Beta Was this translation helpful? Give feedback.
All reactions