I want to extract the images inside the photo frames. For the first image I want to extract the deer, car, plane and boat. For the second image I want to extract the bird. I am using openCV in python, but this is new to me.
I have started with transforming the images into greyscale and the using the edge detector cv2.Canny()
, but from here I don't really know how to continue, any tips? Would also really appreciate some code / pseudocode.