Skip to content

Commit b3b80f8

Browse files
committed
Merge pull request opencv#19636 from LaurentBerger:blendlinear_py
2 parents 9695165 + 84080c1 commit b3b80f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3638,7 +3638,7 @@ CV_EXPORTS_W int floodFill( InputOutputArray image, InputOutputArray mask,
36383638
//! @param weights1 It has a type of CV_32FC1 and the same size with src1.
36393639
//! @param weights2 It has a type of CV_32FC1 and the same size with src1.
36403640
//! @param dst It is created if it does not have the same size and type with src1.
3641-
CV_EXPORTS void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst);
3641+
CV_EXPORTS_W void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst);
36423642

36433643
//! @} imgproc_misc
36443644

0 commit comments

Comments
 (0)