From bac492fff6650c1b4c6eb2e6512ee96d9d507fed Mon Sep 17 00:00:00 2001 From: Philipp Hasper Date: Wed, 17 Sep 2014 09:30:19 +0200 Subject: [PATCH] Doc: Fixing indentation --- modules/imgproc/doc/object_detection.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/imgproc/doc/object_detection.rst b/modules/imgproc/doc/object_detection.rst index 16304a6..6c8b471 100644 --- a/modules/imgproc/doc/object_detection.rst +++ b/modules/imgproc/doc/object_detection.rst @@ -29,6 +29,7 @@ methods ( :math:`I` denotes ``image``, :math:`T` ``template``, :math:`R` ``result`` ). The summation is done over template and/or the image patch: :math:`x' = 0...w-1, y' = 0...h-1` + * method=CV\_TM\_SQDIFF .. math:: -- 2.7.4