Skip to content

Commit 8c4d415

Browse files
committed
Merge pull request opencv#18582 from weltonrodrigo:remap_inter_doc
2 parents 96e8b83 + 25163eb commit 8c4d415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,8 +2320,8 @@ CV_32FC1, or CV_32FC2. See convertMaps for details on converting a floating poin
23202320
representation to fixed-point for speed.
23212321
@param map2 The second map of y values having the type CV_16UC1, CV_32FC1, or none (empty map
23222322
if map1 is (x,y) points), respectively.
2323-
@param interpolation Interpolation method (see #InterpolationFlags). The method #INTER_AREA is
2324-
not supported by this function.
2323+
@param interpolation Interpolation method (see #InterpolationFlags). The methods #INTER_AREA
2324+
and #INTER_LINEAR_EXACT are not supported by this function.
23252325
@param borderMode Pixel extrapolation method (see #BorderTypes). When
23262326
borderMode=#BORDER_TRANSPARENT, it means that the pixels in the destination image that
23272327
corresponds to the "outliers" in the source image are not modified by the function.

0 commit comments

Comments
 (0)