I'm developing an image stitching algorithm and I'm using affine transformations. One part of the algorithm is to detect whether an affine transform is garbage. To do this, I want to calculate the rotation angle that each affine transform will produce, to discard it if it's too high.
So, how can I determine the rotation angle of a given affine transformation matrix?
↧