1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Fix wording in some tutorials

This commit is contained in:
Igor Murzov
2019-10-25 19:45:11 +03:00
parent a71ff50130
commit a9d23a6479
5 changed files with 47 additions and 49 deletions
@@ -74,8 +74,6 @@ namespace cv
the floating-point value is first rounded to the nearest integer and then clipped if needed (when
the target type is 8- or 16-bit).
This operation is used in the simplest or most complex image processing functions in OpenCV.
@param v Function parameter.
@sa add, subtract, multiply, divide, Mat::convertTo
*/