I want to convert point (i.e 622,622) coordinates to other dimensional coordinates (622*1186) Using OpenCV. i.e I currently plotted the data at Image Size 640 * 640.
Now I want to plot it at 622*1186 Image size. I want to know the formula so that I can convert them. I am working with OpenCV.