| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- Numpy
- mean
- pycharm
- imread
- Button
- synology
- install
- keras
- GitHub
- GT-S80
- E-P1
- Series
- mariadb
- pandas
- RNN
- SciPy
- 알고리즘
- dataframe
- Lotto
- index
- Python
- DFS
- pip
- 삼성소프트웨어멤버십
- Splunk
- CNN
- LSTM
- ipad
- javascript
- SPL
Archives
- Today
- Total
잠토의 잠망경
[OpenCV] 함수 본문
영상 입출력
cv2.imread()
cv2.imwrite()
cv2.namedWindow()
cv2.imshow()
cv2.waitKey()
cv2.destoryWindow()
cv2.destoryAllWindow()Video Frame
cv2.VideoCapture()
cv2.VideoCapture.read()
cv2.VideoCapture.grab()
cv2.VideoCapture.retrieve()
cv2.VideoCapture.release()
cv2.VideoCapture.get()
cv2.VideoCapture.set()비디오 녹화
cv2.VideoWriter()
cv2.VideoWriter.write()
cv2.VideoWriter.release()matplotlib
ptl.ion()
animation.FuncAnimation()직선 및 사각형 그리기
cv2.line()
cv2.rectangle()
cv2.clipLine()원 및 타원
cv2.circle()
cv2.ellipse()
cv2.ellipse2Poly()다각형 그리기
cv2.polylines()
cv2.fillConvexPoly()
cv2.fillPoly()문자열 처리
cv2.getTextSize()
cv2.putText()mouse event
cv2.setMouseCallback()Trackbar event
cv2.createTrackbar()
cv2.setTrackbarPos()
cv2.getTrackbarPos()
Comments