@@ -264,7 +264,7 @@ Remaps an image to log-polar space.
264
264
265
265
.. ocv :cfunction :: void cvLogPolar( const CvArr* src, CvArr* dst, CvPoint2D32f center, double M, int flags=CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS )
266
266
267
- .. ocv :pyoldfunction :: cv.LogPolar(src, dst, center, M, flags=CV_INNER_LINEAR +CV_WARP_FILL_OUTLIERS)-> None
267
+ .. ocv :pyoldfunction :: cv.LogPolar(src, dst, center, M, flags=CV_INTER_LINEAR +CV_WARP_FILL_OUTLIERS)-> None
268
268
269
269
:param src: Source image
270
270
@@ -320,7 +320,7 @@ Applies a generic geometrical transformation to an image.
320
320
.. ocv :pyfunction :: cv2.remap(src, map1, map2, interpolation[, dst[, borderMode[, borderValue]]]) -> dst
321
321
322
322
.. ocv :cfunction :: void cvRemap( const CvArr* src, CvArr* dst, const CvArr* mapx, const CvArr* mapy, int flags=CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS, CvScalar fillval=cvScalarAll(0) )
323
- .. ocv :pyoldfunction :: cv.Remap(src, dst, mapx, mapy, flags=CV_INNER_LINEAR +CV_WARP_FILL_OUTLIERS, fillval=(0, 0, 0, 0))-> None
323
+ .. ocv :pyoldfunction :: cv.Remap(src, dst, mapx, mapy, flags=CV_INTER_LINEAR +CV_WARP_FILL_OUTLIERS, fillval=(0, 0, 0, 0))-> None
324
324
325
325
:param src: Source image.
326
326
@@ -488,7 +488,7 @@ Applies a perspective transformation to an image.
488
488
489
489
.. ocv :cfunction :: void cvWarpPerspective( const CvArr* src, CvArr* dst, const CvMat* map_matrix, int flags=CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS, CvScalar fillval=cvScalarAll(0) )
490
490
491
- .. ocv :pyoldfunction :: cv.WarpPerspective(src, dst, mapMatrix, flags=CV_INNER_LINEAR +CV_WARP_FILL_OUTLIERS, fillval=(0, 0, 0, 0))-> None
491
+ .. ocv :pyoldfunction :: cv.WarpPerspective(src, dst, mapMatrix, flags=CV_INTER_LINEAR +CV_WARP_FILL_OUTLIERS, fillval=(0, 0, 0, 0))-> None
492
492
493
493
:param src: input image.
494
494
0 commit comments