How to calculate the correlation between two images in EMGU?

泪湿孤枕 提交于 2019-12-07 19:16:05

问题


I have two images (let's assume they have the same size), i want to calculate the correlation between the two images Using EMGU and C#.

I didn't found any function that does it and implemented the correlation calculation by myself.. but i'd rather use built in function.

Is such function exist ?

Thanks.


回答1:


I think Image<>.MatchTemplate() is what you're looking for.



来源:https://stackoverflow.com/questions/12211619/how-to-calculate-the-correlation-between-two-images-in-emgu

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!