Using NCC for comparison of multiple images

JuneMOOre report abuse

I’m about using normalized cross correlation for similarity comparison of two images. Is there a way of doing this for multiple images?

Answers

CarlosCV report abuse

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.

Add Answer

Need support?

Just drop us an email to ... Show more