我已经找了几个小时......找不到任何帮助..
我正在使用EMGU(初学者)并在此处找到:(How to calculate the correlation between two images in EMGU?)执行相关性的方法:
Image<>.MatchTemplate()
我的问题是如何获得x,y班次。
提前多多感谢。
答案 0 :(得分:1)
不需要编写自己的循环来查找最小值/最大值和x / y点,并且您自己的代码将比内置和高度优化的c ++版本运行慢得多
您要寻找的功能是一个衬里
res.MinMax(minValue,maxValue,pointMin,pointMax)
http://www.emgu.com/wiki/files/1.3.0.0/html/a6a35810-2a33-f1a7-ea9a-27371688fd77.htm
此处使用了MinMax How to find the max occurred color in the picture using EMGU CV in C#?
答案 1 :(得分:0)
Gosh ......最后发现+ maxVal给出了比赛的质量。
{{1}}