问题
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