How can I check if a large QImage contains a smaller QImage?
Let's say the large QImage contains a picture of a cat (the cat in this image has the same size as the cat in the following small Qimage) and the small QImage is the cat. Now I want to know if the small QImage (the cat) is in the large QImage.