openCV!
imshow('',변수)
waitKey(')
destroyAllWindows() 창 닫기
imgRGB = cv2.cvtColor(imgBGR,cv2.COLOR_BGR2RGB)
색상을 bgr->rgb로 바꿈
plt.imshow(imgGray, cmap = "gray", interpolation='bicubic') #interpolation = 보관법()
interpolatio= 보관법(): 이미지를 확장해도 픽셀이 꺠지지 않음
plt.subplots_adjust(left=0, right=1, bottom=0, top=1) 좌우 여백 없앰
알파채널?!
mouse.py