Hello,
so I have the problem of calculating the cross correlation between two images. To do so I designed an algorithm to convert the image into a numpy array using get_pixel, and after that I calculate the cross correlation between a base image and the current caputred image.
I want to know if there is a smart way to do this using the base image functions instead of changing the image to a numpy array.
Thank You