python binding blendLinear
authorLaurentBerger <laurent.berger@univ-lemans.fr>
Sat, 27 Feb 2021 12:18:13 +0000 (13:18 +0100)
committerLaurentBerger <laurent.berger@univ-lemans.fr>
Sat, 27 Feb 2021 16:47:35 +0000 (16:47 +0000)
modules/imgproc/include/opencv2/imgproc.hpp

index 601c2e46879f49968f079752e7278b5f87338f23..6705b7a046c81161441ac71f050b7c8dd0dd43e8 100644 (file)
@@ -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