Fix a typo in template_matching.markdown

Fix a typo in first equation under method=CV_TM_CCOEFF.
This commit is contained in:
potpath
2015-03-25 18:07:01 +07:00
parent 0545aeb11b
commit 86c7d601b0

View File

@@ -74,7 +74,7 @@ available methods are 6:
-# **method=CV_TM_CCOEFF**
\f[R(x,y)= \sum _{x',y'} (T'(x',y') \cdot I(x+x',y+y'))\f]
\f[R(x,y)= \sum _{x',y'} (T'(x',y') \cdot I'(x+x',y+y'))\f]
where