From 05c98f568f7244d84f13e98063145c8c38a32ad1 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 29 Jun 2011 19:14:55 +0000 Subject: [PATCH] corrected a few bugs in refman --- modules/imgproc/doc/geometric_transformations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/doc/geometric_transformations.rst b/modules/imgproc/doc/geometric_transformations.rst index b87e504b09..0572689970 100644 --- a/modules/imgproc/doc/geometric_transformations.rst +++ b/modules/imgproc/doc/geometric_transformations.rst @@ -368,7 +368,7 @@ Resizes an image. \texttt{dsize = Size(round(fx*src.cols), round(fy*src.rows))} - Either ``dsize`` or both ``fx`` and ``fy`` must be non-zero. + Either ``dsize`` or both ``fx`` and ``fy`` must be non-zero. :param fx: Scale factor along the horizontal axis. When it is 0, it is computed as