how to transform an image with a transformation Matrix in OpenCv?
问题 i want to transform an entire image according to the magnitude of a straight line (y=ax+b) with an angle ( arcTan(a) ) this angle should be applied just to the y axis of all the points. i wanted to use the warpAffine(...) method but what I was able to make work with this method is using points (generally 3) in the image so that warpAffine(...) can figure out the angle for itself and transform that part of the image, and that's not what I need because I want to transform the whole image not