I have an image of a dartboard (with the numbers 1-20). If I rotate this image let's say 80 degrees, I want my python code to be able to compare the second image to the first one, and know that the angle of the second image is 80 degrees, compared to the first image. How should I start with the development of such a piece of code? Thank you!