fixed doc/tutorials/imgproc/histograms/template_matching/template_matching.rst
authoryash <yashdv@gmail.com>
Sat, 15 Feb 2014 07:18:42 +0000 (12:48 +0530)
committeryash <yashdv@gmail.com>
Sat, 15 Feb 2014 07:18:42 +0000 (12:48 +0530)
doc/tutorials/imgproc/histograms/template_matching/template_matching.rst

index cb7ece8..db6838a 100644 (file)
@@ -85,7 +85,7 @@ d. **method=CV\_TM\_CCORR\_NORMED**
 
    .. math::
 
-      R(x,y)= \frac{\sum_{x',y'} (T(x',y') \cdot I'(x+x',y+y'))}{\sqrt{\sum_{x',y'}T(x',y')^2 \cdot \sum_{x',y'} I(x+x',y+y')^2}}
+      R(x,y)= \frac{\sum_{x',y'} (T(x',y') \cdot I(x+x',y+y'))}{\sqrt{\sum_{x',y'}T(x',y')^2 \cdot \sum_{x',y'} I(x+x',y+y')^2}}
 
 
 e. **method=CV\_TM\_CCOEFF**