Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3872090

Browse files
committed
commit
1 parent b6c5809 commit 3872090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎ch10-图像上的算术运算/10.addWeighted.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919

2020
# 图像混合
21-
img1 = cv2.imread('../data/ml.png')
22-
img2 = cv2.imread('../data/opencv_logo.jpg')
21+
img1 = cv2.imread('data/ml.png')
22+
img2 = cv2.imread('data/opencv_logo.jpg')
2323

2424
dst = cv2.addWeighted(img1, 0.7, img2, 0.3, 0) # 第一幅图的权重是 0.7 第二幅图的权重是 0.3
2525

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /