This website works better with JavaScript
Home
Explore
Help
Register
Sign In
jie
/
20200404415liyijin
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5ca82065fc
Branches
Tags
master
20200404415liyi...
/
Day03
/
ex01.py
ex01.py
95 B
History
Raw
1
2
3
img =cv2.imread("gpu.bmp")
img[100:500, :, 1:5][img[100:500:,:,1:5] >= 0] = 255
plt.imshow(img)