Commit 05c98f56 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

corrected a few bugs in refman

parent 36af349a
...@@ -368,7 +368,7 @@ Resizes an image. ...@@ -368,7 +368,7 @@ Resizes an image.
\texttt{dsize = Size(round(fx*src.cols), round(fy*src.rows))} \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 :param fx: Scale factor along the horizontal axis. When it is 0, it is computed as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment