mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
corrected a few bugs in refman
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user