Hello,
Assume I have an image whcih its size is (10000,10000) and its boundin box is:
geometry = [
[
[
37.831375,
37.319936
],
[
39.855892,
37.319936
],
[
39.855892,
36.648589
],
[
37.831375,
36.648589
],
[
37.831375,
37.319936
]
]
]
What can I do if I want to find this polygon coordinates in the image ?
[[[39.496605773761, 37.323714883356], [39.496514330921, 37.323732909052], [39.495225305793, 37.319562136161], [39.500846543296, 37.31845390628], [39.502573247157, 37.321674080317], [39.496605773761, 37.323714883356]]]