Skip to content

Commit 84080c1

Browse files
committed
python binding blendLinear
1 parent 20a46b3 commit 84080c1

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
@@ -3634,7 +3634,7 @@ CV_EXPORTS_W int floodFill( InputOutputArray image, InputOutputArray mask,
36343634
//! @param weights1 It has a type of CV_32FC1 and the same size with src1.
36353635
//! @param weights2 It has a type of CV_32FC1 and the same size with src1.
36363636
//! @param dst It is created if it does not have the same size and type with src1.
3637-
CV_EXPORTS void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst);
3637+
CV_EXPORTS_W void blendLinear(InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst);
36383638

36393639
//! @} imgproc_misc
36403640

0 commit comments

Comments
 (0)