I have a dataset that contains local coordinates of tracking cars, and I have an image related to my dataset, I would like to plot my track on the image, but the coordinate systems are not matched. I also know the value of each pixel in the meter ( ortho pixel to the meter ), but I do not know how to convert my coordinates to the pixel value. Can anyone know how can I do it? if there are some sources or sample codes please introduce me, as I was searching and couldn't find anything. I am new in this area, so if someone explains from the scratch what should I do?
Thank you
I tried using imshow to open my image, but as I need to convert my coordinates to pixel values and don't know how to do it, I couldn't implement my figure completely.