I have two 16-Bit grey level images in cv::Mat format. I just have to find the correlation coefficient scores i.e) a score says how much the two images match each other.
Is there any functions in opencv or any other libraries to find it?
1 | initial version |
I have two 16-Bit grey level images in cv::Mat format. I just have to find the correlation coefficient scores i.e) a score says how much the two images match each other.
Is there any functions in opencv or any other libraries to find it?