Using NCC for comparison of multiple images
I’m about using normalized cross correlation for similarity comparison of two images. Is there a way of doing this for multiple images?
I’m about using normalized cross correlation for similarity comparison of two images. Is there a way of doing this for multiple images?
Hi,
you can try to use OpenCV’findTransformECC() function. Also you can load the images into numpy arrays and batch them along an extra first axis.
Regards.
Just drop us an email to ... Show more