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 ba47915

Browse files
committed
Commit
1 parent 10d41cb commit ba47915

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎.vscode/settings.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "C:\\Users\\anuch\\miniconda3\\python.exe"
3+
}

‎ch04-图片/4.imread_imshow_imwrite.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import numpy as np
22
import cv2
33

4-
img = cv2.imread('data/messi5.jpg', 0)
4+
img = cv2.imread('data/messi5.jpg', 0)
55
cv2.imshow('image', img)
66

77
k = cv2.waitKey(0)

0 commit comments

Comments
(0)

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