This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
jie
/
20200404415liyijin
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
5ca82065fc
Rami (Branch)
Tag
master
20200404415liyi...
/
Day03
/
ex01.py
ex01.py
95 B
Cronologia
Originale
1
2
3
img =cv2.imread("gpu.bmp")
img[100:500, :, 1:5][img[100:500:,:,1:5] >= 0] = 255
plt.imshow(img)