Independent scaling on x and y direction of image

asked 2020-05-24 09:16:49 -0600

updated 2020-05-24 20:58:37 -0600

supra56 gravatar image

Hi, I am able to use cv2.getRotationMatrix2D (in python) along with warpAffine to scale and rotate my image around a specific cente rpoint. I am faced with the need to do the scaling independently on the x and y axes. Is there a built-in way of doing that?

edit retag flag offensive close merge delete