From: LaurentBerger Date: Sat, 27 Feb 2021 12:18:13 +0000 (+0100) Subject: python binding blendLinear X-Git-Tag: submit/tizen/20220120.021815~1^2~1^2~138^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84080c12fd17ee6a42ef210430967b26b5289e51;p=platform%2Fupstream%2Fopencv.git python binding blendLinear --- diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index 601c2e4687..6705b7a046 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -3634,7 +3634,7 @@ CV_EXPORTS_W int floodFill( InputOutputArray image, InputOutputArray mask, //! @param weights1 It has a type of CV_32FC1 and the same size with src1. //! @param weights2 It has a type of CV_32FC1 and the same size with src1. //! @param dst It is created if it does not have the same size and type with src1. -CV_EXPORTS void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst); +CV_EXPORTS_W void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst); //! @} imgproc_misc