Skip to content

Commit 4bce9ac

Browse files
committed
Merge moved code from opencv
2 parents 3644a1d + 55f389e commit 4bce9ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cudaarithm/include/opencv2/cudaarithm.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,9 @@ CV_EXPORTS_W Ptr<LookUpTable> createLookUpTable(InputArray lut);
505505
@param src Source image. CV_8UC1 , CV_8UC4 , CV_32SC1 , and CV_32FC1 types are supported.
506506
@param dst Destination image with the same type as src. The size is
507507
Size(src.cols+left+right, src.rows+top+bottom) .
508-
@param top
509-
@param bottom
510-
@param left
508+
@param top Number of top pixels
509+
@param bottom Number of bottom pixels
510+
@param left Number of left pixels
511511
@param right Number of pixels in each direction from the source image rectangle to extrapolate.
512512
For example: top=1, bottom=1, left=1, right=1 mean that 1 pixel-wide border needs to be built.
513513
@param borderType Border type. See borderInterpolate for details. BORDER_REFLECT101 ,

0 commit comments

Comments
 (0)