1031

ricecakeblack·2023년 10월 31일
0

GoogleCloud

목록 보기
20/20
post-thumbnail

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) 좌우 여백 없앰

copyTo 함수
https://harley-hwan.github.io/2022-11-10-opencv17

알파채널?!

mouse.py

0개의 댓글