From 701d2386ce7280b8542c62f1450aeca61771f09f Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Mon, 10 Nov 2014 16:19:27 +0300 Subject: [PATCH] fixed doc --- modules/imgproc/doc/feature_detection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/doc/feature_detection.rst b/modules/imgproc/doc/feature_detection.rst index 9c661d0..9a9a054 100644 --- a/modules/imgproc/doc/feature_detection.rst +++ b/modules/imgproc/doc/feature_detection.rst @@ -268,7 +268,7 @@ The function finds the most prominent corners in the image or in the specified i The function can be used to initialize a point-based tracker of an object. -.. note:: If the function is called with different values ``A`` and ``B`` of the parameter ``qualityLevel`` , and ``A`` > {B}, the vector of returned corners with ``qualityLevel=A`` will be the prefix of the output vector with ``qualityLevel=B`` . +.. note:: If the function is called with different values ``A`` and ``B`` of the parameter ``qualityLevel`` , and ``A`` > ``B``, the vector of returned corners with ``qualityLevel=A`` will be the prefix of the output vector with ``qualityLevel=B`` . .. seealso:: -- 2.7.4