일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- pycharm
- dataframe
- 삼성소프트웨어멤버십
- 알고리즘
- Python
- Splunk
- javascript
- ipad
- Series
- index
- LSTM
- CNN
- Button
- keras
- imread
- RNN
- mean
- synology
- DFS
- install
- mariadb
- GitHub
- SciPy
- pandas
- SPL
- GT-S80
- pip
- Numpy
- E-P1
- Lotto
Archives
- Today
- Total
목록imwrite (2)
잠토의 잠망경
[OpenCV] 사진 읽고 쓰기
사진 화면에 보이기 임의의 사진을 화면에 띄우기 import cv2 imageFile='./file.jpg' img1_style = cv2.imread(imageFile, cv2.IMREAD_COLOR) # normal img2_style = cv2.imread(imageFile,cv2.IMREAD_GRAYSCALE) # Gray cv2.imshow('normal', img1_style) cv2.imshow('gray', img2_style) cv2.waitKey() cv2.destoryAllWindows() 참고 Imread flag flag Discription cv2.IMREAD_COLOR color, Default, 투명 무시 cv2.IMREAD_GRAY..
공부/Python
2019. 1. 1. 09:32