From 86c7d601b063f8293acec34f213180521a6b5e24 Mon Sep 17 00:00:00 2001 From: potpath Date: Wed, 25 Mar 2015 18:07:01 +0700 Subject: [PATCH] Fix a typo in template_matching.markdown Fix a typo in first equation under method=CV_TM_CCOEFF. --- .../histograms/template_matching/template_matching.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/imgproc/histograms/template_matching/template_matching.markdown b/doc/tutorials/imgproc/histograms/template_matching/template_matching.markdown index 9cf4e216a..f91595ece 100644 --- a/doc/tutorials/imgproc/histograms/template_matching/template_matching.markdown +++ b/doc/tutorials/imgproc/histograms/template_matching/template_matching.markdown @@ -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